import { TReviewCard } from '../../types'; export declare const ReviewCard: ({ review }: TReviewCard) => import("react").JSX.Element;