import * as DialogPrimitive from '@radix-ui/react-dialog'; import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { Drawer as Drawer$1 } from 'vaul'; declare const Drawer: { ({ shouldScaleBackground, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const DrawerTrigger: typeof Drawer$1.Trigger; declare const DrawerPortal: typeof Drawer$1.Portal; declare const DrawerClose: typeof Drawer$1.Close; declare const DrawerOverlay: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes, "ref"> & React.RefAttributes>; declare const DrawerContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes, "ref"> & { overlayClassName?: string | undefined; } & React.RefAttributes>; declare const DrawerHeader: { ({ className, ...props }: React.HTMLAttributes): react_jsx_runtime.JSX.Element; displayName: string; }; declare const DrawerFooter: { ({ className, ...props }: React.HTMLAttributes): react_jsx_runtime.JSX.Element; displayName: string; }; declare const DrawerTitle: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DrawerDescription: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger };