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