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