import React from 'react'; import { LinearProgressProps } from '@mui/material/LinearProgress'; declare const LinearProgress: React.FC; export default LinearProgress;