import { FunctionComponent } from 'react'; import { RateProps } from './types'; export declare const Rate: FunctionComponent;