import { Base, Type } from "igniteui-react-core";
import { ST_IconSetType } from "./ST_IconSetType";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_CfIcon extends Base {
    static $t: Type;
    private b;
    private d;
    get a(): ST_IconSetType;
    set a(a: ST_IconSetType);
    get c(): number;
    set c(a: number);
    static e(a: XmlPartManagerBase, b: ST_IconSetType, c: number): {
        p1: ST_IconSetType;
        p2: number;
    };
    static f(a: XmlPartManagerBase, b: string, c: number, d: ST_IconSetType): void;
}
