import { Base, Nullable$1, Type } from "igniteui-webcomponents-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; static g(a: XmlPartManagerBase, b: ST_CfvoType, c: string, d: Nullable$1): { p1: ST_CfvoType; p2: string; p3: Nullable$1; }; static h(a: XmlPartManagerBase, b: string, c: Nullable$1, d: string, e: ST_CfvoType): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }