import { Theme } from '@mui/material/styles';
export default function LinearProgress(theme: Theme): {
    MuiLinearProgress: {
        styleOverrides: {
            root: {
                background: string;
            };
            barColorPrimary: {
                background: string;
            };
        };
    };
};
