import React from 'react'; import { DrawerProps } from './interface'; declare const Drawer: React.ForwardRefExoticComponent>; export default Drawer;