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: React.ForwardRefExoticComponent>; declare const DrawerPortal: React.FC; declare const DrawerClose: React.ForwardRefExoticComponent>; declare const DrawerOverlay: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes, "ref"> & React.RefAttributes>; declare const DrawerContent: React.ForwardRefExoticComponent, "ref"> & { onAnimationEnd?: (open: boolean) => void; } & React.RefAttributes, "ref"> & 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 };