import React from 'react'; interface RatingProps { rating: number; } declare const Rating: React.FC; export default Rating;