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