import React, { PropsWithChildren } from 'react'; import { ThemeProviderProps } from './types'; export declare const ThemeProvider: React.FC>;