import { type ThemeContextValue } from './ThemeProvider'; /** * Hook to get the current `ThemeContextValue`. */ export declare function useTheme(): ThemeContextValue; export default useTheme; //# sourceMappingURL=useTheme.d.ts.map