import { TThemeInitialType, TThemeProviderProps } from './types';
declare const ThemeContext: import('../../../../node_modules/.pnpm/react@19.2.3/node_modules/react').Context<TThemeInitialType>;
declare const ThemeProvider: ({ children }: TThemeProviderProps) => import("react/jsx-runtime").JSX.Element;
export { ThemeProvider, ThemeContext };
//# sourceMappingURL=ThemeContext.d.ts.map