import { ThemeContextType } from "../context/ThemeContext"; export declare function useMaybeTheme(initial?: Partial>): ThemeContextType<{}>;