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