import type { FC } from "react"; import { DescriptionProps, ListProps, ReviewProps } from "./Review.interface"; export declare const List: FC; export declare const Description: FC; declare const Review: FC; export default Review;