import { FC } from 'react'; import { TRatingStarsProps } from "./index.types"; declare const RatingStars: FC; export default RatingStars;