import { Style } from "./Style.js"; export declare class Text { constructor(content: string); addStyle(style: Style): void; getContent(): string; } //# sourceMappingURL=Text.d.ts.map