import { FC } from 'react'; import { Comment } from '../../api/schemas'; export declare const Rating: FC<{ item: Comment; }>;