import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_Cfvo } from "./CT_Cfvo"; import { ST_IconSetType } from "./ST_IconSetType"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_IconSet extends Base implements ISupportSetProperty { static $t: Type; constructor(); e: List$1; f: Nullable$1; h: Nullable$1; d: boolean; g: Nullable$1; static j(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: boolean, e: Nullable$1): { p1: Nullable$1; p2: Nullable$1; p3: boolean; p4: Nullable$1; }; static k(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: boolean): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }