import Theme from "../reader/Theme"; import { NodeContext } from "../types/node"; import { ParagraphPropsType, RowPropsType } from "../types/text"; import { XMLElementsJson } from "./xml"; export declare function parsePPr(el: XMLElementsJson, ctx: NodeContext): ParagraphPropsType; export declare function parseDefRPr(el: XMLElementsJson, theme: Theme, node?: { getColorThemeName(string: any): string; }): RowPropsType;