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