/// import * as MUI from '@material-ui/core'; import { OmitBannedProps } from '@monorail/v2/shared/helpers'; export declare type DrawerProps = OmitBannedProps; export declare function Drawer(props: DrawerProps): JSX.Element;