///
import * as RAlertDialog from '@radix-ui/react-alert-dialog';
export declare const AlertDialogTrigger: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & RAlertDialog.AlertDialogTriggerProps & import("react").RefAttributes>;