/// <reference types="react" />
import { IRatingProps } from './Rating.types';
export declare const Rating: (props: IRatingProps) => JSX.Element;
