import * as React from "react"; import * as DialogPrimitive from "@radix-ui/react-dialog"; export declare const Dialog: { Root: React.FC; Trigger: React.ForwardRefExoticComponent>; Content: React.ForwardRefExoticComponent, "ref"> & { noBlur?: boolean; } & React.RefAttributes>; Header: { ({ className, ...props }: React.HTMLAttributes): import("react/jsx-runtime").JSX.Element; displayName: string; }; Footer: { ({ className, ...props }: React.HTMLAttributes): import("react/jsx-runtime").JSX.Element; displayName: string; }; Title: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Description: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Close: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; }; //# sourceMappingURL=Dialog.d.ts.map