///
import type { ThemeConfig, ThemeContextValue } from '.';
import type { ThemeProps } from 'vite-plugin-react-pages/clientTypes';
export declare const themeConfigCtx: import("react").Context;
export declare const themePropsCtx: import("react").Context;
export declare const themeCtx: import("react").Context;
export declare function useThemeCtx(): ThemeContextValue;
//# sourceMappingURL=ctx.d.ts.map