/// import { RowBase } from './RowBase.js'; export declare class TextRow extends RowBase { constructor(initialText?: string); get text(): string; set text(value: string); private _text; render(stream: NodeJS.WriteStream): void; } //# sourceMappingURL=TextRow.d.ts.map