import type { Theme } from '@mui/material'; export interface DefaultTheme { theme: Theme; }