import { ProductReviewProps } from './types'; declare const ProductReviews: ({ productID, errorComponent, loadingComponent, thumborSetting, productName, iconClose, iconLeft, iconRight, starColor, reviewsNextLabel, reviewsPrevLabel, itemPerPageOptions, classes, reviewsPaginationClasses, getTotalAllReviews, customEmptyComponentReviews, customEmptyComponentReviewsByAdmin, lazyLoadedImage, widthImage, heightImage, }: ProductReviewProps) => JSX.Element; export default ProductReviews;