import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ISupportSetProperty } from "./ISupportSetProperty"; import { List$1 } from "igniteui-webcomponents-core"; import { CT_ColorScale } from "./CT_ColorScale"; import { CT_DataBar } from "./CT_DataBar"; import { CT_IconSet } from "./CT_IconSet"; import { CT_ExtensionList } from "./CT_ExtensionList"; import { ST_CfType } from "./ST_CfType"; import { ST_ConditionalFormattingOperator } from "./ST_ConditionalFormattingOperator"; import { ST_TimePeriod } from "./ST_TimePeriod"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class CT_CfRule extends Base implements ISupportSetProperty { static $t: Type; constructor(); k: List$1; b: CT_ColorScale; c: CT_DataBar; d: CT_IconSet; a: CT_ExtensionList; e: ST_CfType; o: Nullable$1; l: number; u: Nullable$1; m: Nullable$1; r: Nullable$1; n: Nullable$1; q: Nullable$1; w: string; v: Nullable$1; s: Nullable$1; t: Nullable$1; p: Nullable$1; static y(a: XmlPartManagerBase, b: ST_CfType, c: Nullable$1, d: number, e: Nullable$1, f: Nullable$1, g: Nullable$1, h: Nullable$1, i: Nullable$1, j: string, k: Nullable$1, l: Nullable$1, m: Nullable$1, n: Nullable$1): { p1: ST_CfType; p2: Nullable$1; p3: number; p4: Nullable$1; p5: Nullable$1; p6: Nullable$1; p7: Nullable$1; p8: Nullable$1; p9: string; p10: Nullable$1; p11: Nullable$1; p12: Nullable$1; p13: Nullable$1; }; static z(a: XmlPartManagerBase, b: string, c: Nullable$1, d: Nullable$1, e: Nullable$1, f: Nullable$1, g: Nullable$1, h: Nullable$1, i: Nullable$1, j: Nullable$1, k: Nullable$1, l: string, m: Nullable$1, n: number, o: ST_CfType): void; setProperty(a: ElementPropertyIds, b: any): void; toString(): string; }