import { type ThemeProviderProps as MuiThemeProviderProps } from '@mui/material/styles'; import React from 'react'; import { Theme } from './createTheme'; export type ThemeProviderProps = MuiThemeProviderProps; export declare function ThemeProvider(props: ThemeProviderProps): React.JSX.Element;