import { RunProperties, ParagraphProperties } from '../types/text'; /** * Merge run properties: child overrides parent. */ export declare function mergeRunProperties(parent: RunProperties, child: RunProperties): RunProperties; /** * Merge paragraph properties: child overrides parent. */ export declare function mergeParagraphProperties(parent: ParagraphProperties, child: ParagraphProperties): ParagraphProperties; //# sourceMappingURL=style-resolver.d.ts.map