import { Dialog as RadixDialog } from '@radix-ui/themes'; export declare const Dialog: { Root: import("react").ForwardRefExoticComponent>; Trigger: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; Content: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; Title: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; Description: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; Close: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; };