import React from 'react'; import { RatingProps } from './types'; export declare const Rating: React.FC;