import { type IPartialTheme, type ITheme } from '@fluentui/react'; import { VariantType } from './VariantThemeProviderProps'; export declare const generateThemeVariant: (theme: IPartialTheme | ITheme, themeType: VariantType) => IPartialTheme | ITheme; export declare const getDefaultTheme: () => ITheme; export declare const generateThemeFromColors: (primaryColor: string, textColor: string, backgroundColor: string) => ITheme; //# sourceMappingURL=VariantThemeProviderHelpers.d.ts.map