import React from "react";
import { ExternalGenericButtonDialogProps } from "../../components/Common/GenericButtonDialog";
import { DialogBatchConfirmProps } from "../../components/Dialog/DialogBatchConfirm";
type ButtonDialogBatchConfirmProps = ExternalGenericButtonDialogProps<DialogBatchConfirmProps>;
declare const ButtonDialogBatchConfirm: (props: ButtonDialogBatchConfirmProps) => React.JSX.Element;
export default ButtonDialogBatchConfirm;
export { ButtonDialogBatchConfirmProps };
