import { Base, Nullable$1, Type } from "igniteui-webcomponents-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; c: Nullable$1; d: Nullable$1; g: string; h: string; a: CT_EmbeddedWAVAudioFile; i: string; j: string; e: any; setProperty(a: ElementPropertyIds, b: any): void; }