import { ThemeFontScheme } from '../types/presentation'; /** * Resolve OOXML font references like +mj-lt and +mn-lt to concrete font families. */ export declare function resolveFont(fontFamily: string | undefined, fontScheme: ThemeFontScheme): string; //# sourceMappingURL=font-resolver.d.ts.map