import './style/index.js';
export type { DrawerProps } from './Drawer';
export * from './type';
export declare const Drawer: import("react").ForwardRefExoticComponent<import("./Drawer").DrawerProps & import("react").RefAttributes<HTMLDivElement>>;
export default Drawer;