import { Base, Nullable$1, Type } from "igniteui-react-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<boolean>;
    set f(a: Nullable$1<boolean>);
    static j(a: XmlPartManagerBase, b: ST_CfvoType, c: Nullable$1<boolean>): {
        p1: ST_CfvoType;
        p2: Nullable$1<boolean>;
    };
    static k(a: XmlPartManagerBase, b: string, c: Nullable$1<boolean>, d: ST_CfvoType): void;
}
