import { Theme } from '@mui/material/styles';
export default function AppBar(theme: Theme): {
    MuiAppBar: {
        styleOverrides: {
            root: {
                boxShadow: string;
                background: string;
            };
        };
    };
};
