import { IGenericCustomElementProps } from "../types"; import { TReviewSchema } from "./types"; export declare const Review: (props: IGenericCustomElementProps) => import("react/jsx-runtime").JSX.Element;