import { ParagraphOutput } from '../main'; export type ParagraphLine = { paragraph: ParagraphOutput; lines: ParagraphOutput['features'][number][][]; }; export declare function renderTextParagraphs(paragraphs: ParagraphOutput[]): ParagraphLine[]; export declare function renderTextParagraphsToText(paragraphs: ParagraphOutput[]): string; //# sourceMappingURL=renderTextParagraphs.d.ts.map