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