import { FunctionComponent } from 'react';
import { WebRateProps } from "../../types";
export declare const Rate: FunctionComponent<Partial<WebRateProps>>;
