/// <reference types="react" />
import { type ThemeContextValue, type ThemeProviderProps } from './types';
export declare const ThemeContext: import("react").Context<ThemeContextValue | undefined>;
export declare const ThemeProvider: ({ themes, children, overrides, selector, }: ThemeProviderProps) => import("react/jsx-runtime").JSX.Element;
