import React from "react";
import { LinearProgressProps } from "@mui/material";
declare const DialogBatchProgress: (props: LinearProgressProps) => React.JSX.Element | null;
export default DialogBatchProgress;
export { LinearProgressProps as DialogBatchProgressProps };
