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