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