import * as React from "react"; import * as DialogPrimitive from "@radix-ui/react-dialog"; declare const Dialog: React.FC; declare const DialogTrigger: React.ForwardRefExoticComponent>; declare const DialogPortal: React.FC; declare const DialogClose: React.ForwardRefExoticComponent>; declare const DialogOverlay: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DialogContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DialogHeader: ({ className, ...props }: React.HTMLAttributes) => import("react/jsx-runtime").JSX.Element; declare const DialogFooter: ({ className, ...props }: React.HTMLAttributes) => import("react/jsx-runtime").JSX.Element; declare const DialogTitle: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; declare const DialogDescription: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger }; //# sourceMappingURL=dialog.d.ts.map