import type { Theme, PartialTheme } from '@fluentui-react-native/theme-types'; export declare function mergeTheme(base: TTheme, partial: TPartial): TTheme; //# sourceMappingURL=mergeTheme.d.ts.map