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