import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { CT_ExtensionList } from "./CT_ExtensionList"; import { ST_CfvoType } from "./ST_CfvoType"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; /** * @hidden */ export declare class CT_Cfvo_SML2009 extends Base { static $t: Type; private i; private b; private d; private g; constructor(); get h(): string; set h(a: string); get a(): CT_ExtensionList; set a(a: CT_ExtensionList); get c(): ST_CfvoType; set c(a: ST_CfvoType); get f(): Nullable$1; set f(a: Nullable$1); static j(a: XmlPartManagerBase, b: ST_CfvoType, c: Nullable$1): { p1: ST_CfvoType; p2: Nullable$1; }; static k(a: XmlPartManagerBase, b: string, c: Nullable$1, d: ST_CfvoType): void; }