import React from 'react'; import { RatingProps } from '@mui/material/Rating'; declare const Rating: React.FC; export default Rating;