declare const MuiLinearProgress: { root: { height: number; borderRadius: number; }; colorPrimary: { backgroundColor: string; }; bar: { transition: string; }; }; export default MuiLinearProgress;