import '@nextui-org/modal'; import * as _nextui_org_system from '@nextui-org/system'; import { UseDrawerProps } from './use-drawer.js'; import 'react'; import '@nextui-org/react-utils'; interface DrawerProps extends UseDrawerProps { children: React.ReactNode; } declare const Drawer: _nextui_org_system.InternalForwardRefRenderFunction<"div", DrawerProps, never>; export { DrawerProps, Drawer as default };