/// import { type RatingProps } from '../../Rating'; type Props = RatingProps; export declare const EmojiRating: (props: Props) => JSX.Element; export {};