export default TextShape;
declare class TextShape extends AbstractShape {
    constructor(options: any, propDefaultText: any, styleKey: any, defaultFontSize: any);
    _styleKey: any;
}
import AbstractShape from "../shape/AbstractShape.ts";
//# sourceMappingURL=TextShape.d.ts.map