export default function Backdrop(theme: any): { MuiBackdrop: { styleOverrides: { root: { backgroundColor: string; }; invisible: { background: string; }; }; }; };