/// <reference types="react" />
import type { ThemeContextProps, ThemeProviderProps } from './type';
export declare const ThemeContext: import("react").Context<ThemeContextProps>;
export declare const ThemeProvider: ({ themeConfig, children, }: Partial<ThemeProviderProps>) => JSX.Element;
