import * as React$1 from "react"; import * as react_native0 from "react-native"; import { View, ViewProps } from "react-native"; import * as react_jsx_runtime3 from "react/jsx-runtime"; import * as AlertDialogPrimitive from "@rn-primitives/alert-dialog"; //#region ui/alert-dialog.d.ts declare const AlertDialog: React$1.ForwardRefExoticComponent<{ open?: boolean; onOpenChange?: (value: boolean) => void; defaultOpen?: boolean; } & ViewProps & { asChild?: boolean; } & React$1.RefAttributes>; declare const AlertDialogTrigger: React$1.ForwardRefExoticComponent, "ref"> & { asChild?: boolean; } & { onKeyDown?: (ev: React$1.KeyboardEvent) => void; onKeyUp?: (ev: React$1.KeyboardEvent) => void; } & React$1.RefAttributes>; declare const AlertDialogPortal: typeof AlertDialogPrimitive.Portal; declare function AlertDialogOverlayNative({ className, children, ...props }: AlertDialogPrimitive.OverlayProps & { ref?: React$1.RefObject; }): react_jsx_runtime3.JSX.Element; declare const AlertDialogOverlay: typeof AlertDialogOverlayNative; declare function AlertDialogContent({ className, portalHost, ...props }: AlertDialogPrimitive.ContentProps & { ref?: React$1.RefObject; portalHost?: string; }): react_jsx_runtime3.JSX.Element; declare function AlertDialogHeader({ className, ...props }: ViewProps): react_jsx_runtime3.JSX.Element; declare function AlertDialogFooter({ className, ...props }: ViewProps): react_jsx_runtime3.JSX.Element; declare function AlertDialogTitle({ className, ...props }: AlertDialogPrimitive.TitleProps & { ref?: React$1.RefObject; }): react_jsx_runtime3.JSX.Element; declare function AlertDialogDescription({ className, ...props }: AlertDialogPrimitive.DescriptionProps & { ref?: React$1.RefObject; }): react_jsx_runtime3.JSX.Element; declare function AlertDialogAction({ className, ...props }: AlertDialogPrimitive.ActionProps & { ref?: React$1.RefObject; }): react_jsx_runtime3.JSX.Element; declare function AlertDialogCancel({ className, ...props }: AlertDialogPrimitive.CancelProps & { ref?: React$1.RefObject; }): react_jsx_runtime3.JSX.Element; //#endregion export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger }; //# sourceMappingURL=alert-dialog.d.ts.map