import * as React from 'react'; import { ThemeProviderProps } from './ThemeProvider.types'; /** * ThemeProvider, used for providing css variables and registering stylesheets. */ export declare const ThemeProvider: React.FunctionComponent;