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