/// import { DrawerProps } from '@mui/material/Drawer'; declare type Props = Omit & { onClose: () => void; }; declare const DrawerContainer: React.FC; export declare const Width = "400px"; export default DrawerContainer;