import { Base, Nullable$1, Type } from "igniteui-webcomponents-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; set i(a: Nullable$1); get k(): Nullable$1; set k(a: Nullable$1); get g(): Nullable$1; set g(a: Nullable$1); get m(): string; set m(a: string); static o(a: XmlPartManagerBase, b: Nullable$1, c: Nullable$1, d: Nullable$1, e: string): { p1: Nullable$1; p2: Nullable$1; p3: Nullable$1; p4: string; }; static p(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: string): void; }