import type { ThemeContextProps } from "./types.js";
export declare function useThemeValue(): ThemeContextProps['themeValue'];
