import Drawer, { DrawerProps as TDrawerProps } from './Drawer'; export declare type DrawerProps = TDrawerProps; export default Drawer;