import React from 'react'; import { RateProps } from './PropsType'; declare const Rate: React.FC; export default Rate;