import { Base, Nullable$1, Type } from "igniteui-react-core";
import { CT_PivotAreas } from "./CT_PivotAreas";
import { CT_ExtensionList } from "./CT_ExtensionList";
import { ST_Scope } from "./ST_Scope";
import { ST_Type } from "./ST_Type";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_ConditionalFormat_SML2009 extends Base {
    static $t: Type;
    private d;
    private b;
    private j;
    private l;
    private h;
    private n;
    constructor();
    get c(): CT_PivotAreas;
    set c(a: CT_PivotAreas);
    get a(): CT_ExtensionList;
    set a(a: CT_ExtensionList);
    get i(): Nullable$1<ST_Scope>;
    set i(a: Nullable$1<ST_Scope>);
    get k(): Nullable$1<ST_Type>;
    set k(a: Nullable$1<ST_Type>);
    get g(): Nullable$1<number>;
    set g(a: Nullable$1<number>);
    get m(): string;
    set m(a: string);
    static o(a: XmlPartManagerBase, b: Nullable$1<ST_Scope>, c: Nullable$1<ST_Type>, d: Nullable$1<number>, e: string): {
        p1: Nullable$1<ST_Scope>;
        p2: Nullable$1<ST_Type>;
        p3: Nullable$1<number>;
        p4: string;
    };
    static p(a: XmlPartManagerBase, b: string, c: Nullable$1<number>, d: Nullable$1<ST_Scope>, e: Nullable$1<ST_Type>, f: string): void;
}
