import * as React from 'react'; import type { IRatingProps } from './Rating.types'; export declare const Rating: React.FunctionComponent;