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