import Shape from './shape'; declare class Text extends Shape { draw(): void; } export default Text;