import type { OfficePalette, PartialTheme } from '@fluentui-react-native/design/theming'; import type { OfficeThemingModule } from './NativeModule/officeThemingModule'; /** * create a partial theme with overrides from the office native module * * @param module - theming native module, either the real one or a mock implementation * @param palette - Office palette colors, if they have been successfully retrieved */ export declare function createPartialOfficeTheme(module: OfficeThemingModule, themeName?: string, palette?: OfficePalette): PartialTheme; //# sourceMappingURL=createPartialOfficeTheme.d.ts.map