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