import { ThemeContextValue } from './themeContext'; /** * React hook returning the current theme/density/motion preferences and * setters. MUST be called from inside a `` subtree — throws * otherwise. * * Living in its own module (separated from `ThemeProvider.tsx`) is what makes * Fast Refresh stable in the kit's Storybook dev-server. See * `themeContext.ts` header for full rationale. */ export declare function useTheme(): ThemeContextValue; //# sourceMappingURL=useTheme.d.ts.map