/// <reference types="react" />
import type { MantineTheme } from '../types';
export declare const theming: import("theming").Theming<MantineTheme>;
export declare const ThemeProvider: import("react").ComponentType<import("theming").ThemeProviderProps<MantineTheme>>, useTheme: <CustomTheme = MantineTheme>() => CustomTheme;
//# sourceMappingURL=theme-context.d.ts.map