import { LinearProgressProps } from '@mui/material';
export declare function LinearProgress(props: LinearProgressProps): JSX.Element;
