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