/** * word/settings.xml emitter. * * Only emitted when the document actually needs a setting: `w:evenAndOddHeaders` * for any section declaring an even-page header or footer, or * `w:clrSchemeMapping` when theme-relative authoring or a custom theme is used. * * @conformance ECMA-376 edition 5, Part 1 ยง 17.10.1 */ import type { CompileContext } from '../context.js'; import type { DocumentSpec } from '../types.js'; export declare function emitSettingsPartIfNeeded(spec: DocumentSpec, ctx: CompileContext): void; //# sourceMappingURL=settings-part.d.ts.map