/// <reference types="react" />
import type { ThemeProviderProps } from './type';
declare const ThemeProvider: import("react").NamedExoticComponent<ThemeProviderProps>;
export default ThemeProvider;
