import React from "react";
import { ExternalGenericButtonDialogProps } from "../../components/Common/GenericButtonDialog";
import { DialogBatchProps } from "../../components/Dialog/DialogBatch";
type ButtonDialogBatchProps = ExternalGenericButtonDialogProps<DialogBatchProps>;
declare const ButtonDialogBatch: (props: ButtonDialogBatchProps) => React.JSX.Element;
export default ButtonDialogBatch;
export { ButtonDialogBatchProps };
