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