import { Dialog as DrawerPrimitive } from 'radix-ui'; import { DrawerStyles } from './drawer.css'; import * as React from 'react'; declare const Drawer: { (props: React.ComponentPropsWithoutRef): import("react/jsx-runtime").JSX.Element; displayName: string; }; declare const DrawerTrigger: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DrawerClose: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DrawerPortal: React.FC; interface DrawerContentProps extends React.ComponentPropsWithoutRef, DrawerStyles { } declare const DrawerContent: React.ForwardRefExoticComponent>; declare const DrawerHeader: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; declare const DrawerTitle: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DrawerBody: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; declare const DrawerDescription: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DrawerFooter: { ({ className, ...props }: React.HTMLAttributes): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { Drawer, DrawerBody, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerPortal, DrawerTitle, DrawerTrigger, }; //# sourceMappingURL=drawer.d.ts.map