import React from "react";
import { ExternalGenericButtonDialogProps } from "../../components/Common/GenericButtonDialog";
import { DialogBatchFormProps } from "../../components/Dialog/DialogBatchForm";
type ButtonDialogBatchFormProps = ExternalGenericButtonDialogProps<DialogBatchFormProps>;
declare const ButtonDialogBatchForm: (props: ButtonDialogBatchFormProps) => React.JSX.Element;
export default ButtonDialogBatchForm;
export { ButtonDialogBatchFormProps };
