import React from 'react'; import { Drawer as DrawerPrimitive } from 'vaul'; declare function Drawer({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DrawerTrigger({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DrawerPortal({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DrawerClose({ ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DrawerOverlay({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DrawerContent({ className, children, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DrawerHeader({ className, children, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element; declare function DrawerFooter({ className, ...props }: React.ComponentProps<'div'>): import("react/jsx-runtime").JSX.Element; declare function DrawerTitle({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; declare function DrawerDescription({ className, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element; export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, };