import React from 'react'; import { ProgressRatingProps } from './Progress.types'; declare const ProgressRating: React.FC; export default ProgressRating;