import type { RatingProps } from './types'; export declare function Rating(props: RatingProps): React.ReactElement | null;