import { Base, Type } from "igniteui-webcomponents-core"; import { CT_Shape } from "./CT_Shape"; import { CT_GroupShape } from "./CT_GroupShape"; import { CT_GraphicFrame } from "./CT_GraphicFrame"; import { CT_Connector } from "./CT_Connector"; import { CT_Picture } from "./CT_Picture"; import { XmlPartManagerBase } from "./XmlPartManagerBase"; import { WorkbookSaveManagerExcel2007 } from "./WorkbookSaveManagerExcel2007"; import { XmlWriteManager } from "./XmlWriteManager"; import { ElementPropertyIds } from "./ElementPropertyIds"; /** * @hidden */ export declare class EG_ObjectChoices extends Base { static $t: Type; constructor(); e: CT_Shape; c: CT_GroupShape; a: CT_GraphicFrame; b: CT_Connector; d: CT_Picture; g(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: string): void; h(a: ElementPropertyIds, b: any): void; f(a: ElementPropertyIds): boolean; }