/// import { DrawerProps } from './types'; declare const Drawer: { (props: DrawerProps): JSX.Element; defaultProps: { anchor: string; variant: string; mobileThreshold: number; }; }; export default Drawer;