import * as React from 'react'; import { AppBar } from '@mui/material'; declare module '@mui/material/AppBar' { interface AppBarPropsColorOverrides { customAppBarColor: true; } } ; // @ts-expect-error unknown color ;