import { ShapeBase } from './shape.base'; export declare class Text extends ShapeBase { text: string; fontColor: string; fontSize: number; fontWeight: number; }