import { SwipeableDrawerProps as MUISwipeableDrawerProps } from '@mui/material' export interface SwipeableDrawerProps extends Omit { globalHeight?: string | number }