import { Base, Type } from "igniteui-react-core";
import { CT_EffectProperties } from "./CT_EffectProperties";
import { CT_StyleMatrixReference_DML } from "./CT_StyleMatrixReference_DML";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { WorkbookSaveManagerExcel2007 } from "./WorkbookSaveManagerExcel2007";
import { XmlWriteManager } from "./XmlWriteManager";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class EG_ThemeableEffectStyle extends Base {
    static $t: Type;
    a: CT_EffectProperties;
    b: CT_StyleMatrixReference_DML;
    d(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: string): void;
    e(a: ElementPropertyIds, b: any): void;
    c(a: ElementPropertyIds): boolean;
}
