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