import { Base, Nullable$1, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-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<CT_Cfvo>;
    f: Nullable$1<ST_IconSetType>;
    h: Nullable$1<boolean>;
    d: boolean;
    g: Nullable$1<boolean>;
    static j(a: XmlPartManagerBase, b: Nullable$1<ST_IconSetType>, c: Nullable$1<boolean>, d: boolean, e: Nullable$1<boolean>): {
        p1: Nullable$1<ST_IconSetType>;
        p2: Nullable$1<boolean>;
        p3: boolean;
        p4: Nullable$1<boolean>;
    };
    static k(a: XmlPartManagerBase, b: string, c: Nullable$1<ST_IconSetType>, d: Nullable$1<boolean>, e: Nullable$1<boolean>, f: boolean): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
