import { Base, Nullable$1, Type } from "igniteui-react-core"; import { List$1 } from "igniteui-react-core"; import { LegacyShapeStrokeData } from "./LegacyShapeStrokeData"; import { LegacyShapePathData } from "./LegacyShapePathData"; import { LegacyShapeLockData } from "./LegacyShapeLockData"; /** * @hidden */ export declare class LegacyShapeTypeData extends Base { static $t: Type; j: string; i: string; g: Nullable$1; k: string; f: Nullable$1; h: Nullable$1; e: Nullable$1; d: List$1; c: LegacyShapeStrokeData; b: LegacyShapePathData; a: LegacyShapeLockData; }