import { LinearProgressProps } from '@mui/material';
interface ProgressBarProps extends LinearProgressProps {
    statusMessage?: string;
}
export default function ProgressBar(props: ProgressBarProps): JSX.Element;
export {};
//# sourceMappingURL=progress-bar.d.ts.map