import { Theme } from '../types/presentation'; /** * Parse themeN.xml → Theme with color scheme and font scheme. */ export declare function parseTheme(xml: string): Theme; //# sourceMappingURL=theme-parser.d.ts.map