import { ThemeProviderState } from './ThemeProvider.types'; export declare const renderThemeProvider: (state: ThemeProviderState) => JSX.Element;