/** * DocxIR styles, as `@office-open/docx` style options. * * A mechanical translation: which styles exist and what each one says was * decided by the compiler, and this only renames the fields. Nothing here reads * a theme. */ import type { DocxIrStyles } from '../../ir/types'; type Opts = Record; /** Turn the IR's style set into the options the backend builds `styles.xml` from. */ export declare function emitStyles(styles: DocxIrStyles): Opts; export {}; //# sourceMappingURL=styles.d.ts.map