import { Base, Type } from "igniteui-webcomponents-core"; import { CT_FillProperties } from "./CT_FillProperties"; 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_ThemeableFillStyle extends Base { static $t: Type; a: CT_FillProperties; b: CT_StyleMatrixReference_DML; d(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: string): void; e(a: ElementPropertyIds, b: any): void; c(a: ElementPropertyIds): boolean; }