import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_EmbeddedWAVAudioFile } from "./CT_EmbeddedWAVAudioFile";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_Hyperlink extends Base implements ISupportSetProperty {
    static $t: Type;
    constructor();
    f: string;
    b: Nullable$1<boolean>;
    c: Nullable$1<boolean>;
    d: Nullable$1<boolean>;
    g: string;
    h: string;
    a: CT_EmbeddedWAVAudioFile;
    i: string;
    j: string;
    e: any;
    setProperty(a: ElementPropertyIds, b: any): void;
}
