import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { List$1 } from "igniteui-react-core";
import { CT_CfRule } from "./CT_CfRule";
import { CT_ExtensionList } from "./CT_ExtensionList";
import { ST_Sqref } from "./ST_Sqref";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_ConditionalFormatting extends Base implements ISupportSetProperty {
    static $t: Type;
    constructor();
    e: List$1<CT_CfRule>;
    a: CT_ExtensionList;
    d: boolean;
    b: ST_Sqref;
    static g(a: XmlPartManagerBase, b: boolean, c: ST_Sqref): {
        p1: boolean;
        p2: ST_Sqref;
    };
    static h(a: XmlPartManagerBase, b: string, c: boolean, d: ST_Sqref): void;
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
