import { type ThemeContextValue } from "./ThemeContext"; export declare function useTheme(): ThemeContextValue;