import type { ForwardRefForwardPropsComponent } from '../../types'; import type { ProgressProps } from './Progress.types'; declare const Progress: ForwardRefForwardPropsComponent; export default Progress; //# sourceMappingURL=Progress.d.ts.map