import type { ThemeContextValue } from '../index.js'; /** * Hook to read + update the current theme. * * Must be called inside a tree that has a `` mounted — * throws an explanatory error otherwise (catches the "component rendered * outside provider" footgun at dev time). * * @example * const { theme, resolvedTheme, isDark, setTheme } = useTheme() * return ( * * ) */ export declare function useTheme(): ThemeContextValue; //# sourceMappingURL=useTheme.d.ts.map