/// import { IRateProps } from "../../config/type"; declare function FRate(props: IRateProps): JSX.Element; export default FRate;