import type { ColorValue } from 'react-native'; import type { Theme, PartialTheme, AliasColorTokens } from '@fluentui-react-native/design/theming'; export declare function createBrandedThemeWithAlias(themeName: string, theme: Theme): PartialTheme; export declare function getCurrentBrandAliasTokens(themeName: string, appPrimary: ColorValue): Partial; //# sourceMappingURL=createBrandedThemeWithAlias.d.ts.map