import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ILegacyShapeData } from "./ILegacyShapeData"; import { Formula } from "./Formula"; import { ImageHolder } from "./ImageHolder"; import { WorksheetShape } from "./WorksheetShape"; import { ST_CF } from "./ST_CF"; import { ST_InsetMode } from "./ST_InsetMode"; import { LegacyShapeLockData } from "./LegacyShapeLockData"; import { ST_ObjectType } from "./ST_ObjectType"; import { LegacyShapePathData } from "./LegacyShapePathData"; import { UnknownStructure } from "./UnknownStructure"; /** * @hidden */ export declare class LegacyShapeData extends Base implements ILegacyShapeData { static $t: Type; n: Nullable$1; o: Nullable$1; p: Nullable$1; q: Nullable$1; r: Nullable$1; s: Nullable$1; t: Nullable$1; u: Nullable$1; v: Nullable$1; an: string; w: Nullable$1; x: Nullable$1; ao: string; private _fmlaMacro; get fmlaMacro(): Formula; set fmlaMacro(a: Formula); ap: string; k: boolean; aq: string; y: Nullable$1; z: Nullable$1; c: LegacyShapeLockData; ar: string; ab: Nullable$1; ac: Nullable$1; aa: Nullable$1; ad: Nullable$1; ae: Nullable$1; j: ST_ObjectType; af: Nullable$1; d: LegacyShapePathData; ag: Nullable$1; ah: Nullable$1; ai: Nullable$1; m: number; as: string; at: string; aj: Nullable$1; au: string; aw: string; ak: Nullable$1; av: string; i: UnknownStructure; ax: string; ay: string; az: string; al: Nullable$1; am: Nullable$1; private a; private e; private g; constructor(); a0(a: WorksheetShape): void; get b(): number[]; get f(): ImageHolder; set f(a: ImageHolder); get h(): WorksheetShape; get l(): boolean; }