import { ThemeReference } from '@fluentui-react-native/design/theming'; import type { ThemeOptions } from '@fluentui-react-native/design/theming'; /** * create a theme reference for an Office win32 theme. This will be based upon the standard * fluent defaults but will attempt to use the theming native module to get information about * the office palette. * * This theme will also listen for native changes and reload itself when things change on the native side of things * * @param paletteName - optional specifier for the currently active office palette */ export declare function createOfficeTheme(options?: ThemeOptions): ThemeReference; //# sourceMappingURL=createOfficeTheme.d.ts.map