/// import { Drawer as DrawerPrimitive } from '@base-ui/react/drawer'; import { DrawerContent } from './drawer-content'; import { DrawerBody, DrawerDescription, DrawerFooter, DrawerTitle } from './drawer-misc'; import { DrawerRoot } from './drawer-root'; export type { DrawerContentProps } from './drawer-content'; export type { DrawerRootProps } from './drawer-root'; export declare const Drawer: typeof DrawerRoot & { Trigger: DrawerPrimitive.Trigger; Content: typeof DrawerContent; Header: { ({ className, ...props }: import("react").DetailedHTMLProps, HTMLDivElement>): import("react/jsx-runtime").JSX.Element; displayName: string; }; Title: typeof DrawerTitle; Description: typeof DrawerDescription; Body: typeof DrawerBody; Footer: typeof DrawerFooter; Close: DrawerPrimitive.Close; createHandle: typeof DrawerPrimitive.createHandle; }; //# sourceMappingURL=drawer.d.ts.map