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