import { BoxProps, SwipeableDrawerProps } from '@mui/material';
export interface SwipeableLargeDrawerModel extends SwipeableDrawerProps {
    height?: string;
    contentSwipeProps?: BoxProps;
}
