/// <reference types="react" />
import { DrawerProps } from './types';
export declare const Drawer: React.FC<DrawerProps>;
export default Drawer;
