import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_StrokeJoinStyle } from "./ST_StrokeJoinStyle"; /** * @hidden */ export declare class LegacyShapeStrokeData extends Base { static $t: Type; a: Nullable$1; }