import React from "react";
import { ExternalGenericButtonDialogProps } from "../../components/Common/GenericButtonDialog";
import { DialogAlertConfirmProps } from "../../components/Dialog/DialogAlertConfirm";
type ButtonDialogAlertConfirmProps = ExternalGenericButtonDialogProps<DialogAlertConfirmProps>;
declare const ButtonDialogAlertConfirm: (props: ButtonDialogAlertConfirmProps) => React.JSX.Element;
export default ButtonDialogAlertConfirm;
export { ButtonDialogAlertConfirmProps };
