import { LinearProgressProps } from '@mui/material'; declare const LinearProgress: (props: LinearProgressProps) => import("react/jsx-runtime").JSX.Element; export default LinearProgress;