import type { TextBody, Paragraph, CharacterProperties, ParagraphProperties } from "../model/types.js"; export declare function readCharacterProperties(rPr: any): CharacterProperties; export declare function readParagraphProperties(pPr: any): ParagraphProperties; export declare function readParagraph(pNode: any): Paragraph; export declare function readTextBody(node: any): TextBody;