import type { LinearProgressProps } from '@mui/material'; import React from 'react'; export interface BusyLinearProgressProps extends LinearProgressProps { bgcolor?: string; opacity?: string | number; rounded?: boolean; } declare const BusyLinearProgress: React.FC; export { BusyLinearProgress }; //# sourceMappingURL=BusyLinearProgress.d.ts.map