import '@mui/material/styles';

declare module '@mui/material/styles' {
  interface TypeBackground {
    light: string;
  }
}
