import Rating, { RatingProps as TRatingProps } from './Rating'; export type RatingProps = TRatingProps; export default Rating;