import type React from "react"; import { Drawer as ShadcnDrawer, DrawerPortal as ShadcnDrawerPortal, DrawerOverlay as ShadcnDrawerOverlay, DrawerTrigger as ShadcnDrawerTrigger, DrawerClose as ShadcnDrawerClose, DrawerContent as ShadcnDrawerContent, DrawerHeader as ShadcnDrawerHeader, DrawerFooter as ShadcnDrawerFooter, DrawerTitle as ShadcnDrawerTitle, DrawerDescription as ShadcnDrawerDescription } from "src/shadcn/components/drawer"; declare const Drawer: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerPortal: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerOverlay: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerTrigger: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerClose: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerContent: ({ className, ...props }: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerHeader: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerFooter: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerTitle: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const DrawerDescription: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { Drawer, DrawerPortal, DrawerOverlay, DrawerTrigger, DrawerClose, DrawerContent, DrawerHeader, DrawerFooter, DrawerTitle, DrawerDescription, };