import { FC } from "react"; import { RatingProps } from "./Rating.interface"; declare const Rating: FC; export default Rating;