import { Base, Type } from "igniteui-react-core";
import { CT_TwoCellAnchor } from "./CT_TwoCellAnchor";
import { CT_OneCellAnchor } from "./CT_OneCellAnchor";
import { CT_AbsoluteAnchor } from "./CT_AbsoluteAnchor";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { WorkbookSaveManagerExcel2007 } from "./WorkbookSaveManagerExcel2007";
import { XmlWriteManager } from "./XmlWriteManager";
/**
 * @hidden
 */
export declare class EG_Anchor_SpreadsheetDrawing extends Base {
    static $t: Type;
    constructor();
    c: CT_TwoCellAnchor;
    b: CT_OneCellAnchor;
    a: CT_AbsoluteAnchor;
    d(a: XmlPartManagerBase, b: WorkbookSaveManagerExcel2007, c: XmlWriteManager, d: string): void;
}
