/// <reference types="react" />
import type { DrawerProps } from './type';
declare const Drawer: import("react").NamedExoticComponent<DrawerProps>;
export default Drawer;
