import { Style } from "./Style"; export declare class Text { addStyle(style: Style): void; constructor(content: string); getContent(): string; }