import { ThemeOptions } from '@mui/material';
import type { PartialDeep } from 'type-fest';
export declare function mergeTheme(themeOverrides: ThemeOptions | PartialDeep<ThemeOptions>): ThemeOptions;
//# sourceMappingURL=mergeTheme.d.ts.map