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; displayName: string; __docgenInfo: { description: string; displayName: string; props: { productID: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; productName: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; errorComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; loadingComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; iconClose: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; iconLeft: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; iconRight: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; starColor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; reviewsNextLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; reviewsPrevLabel: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; reviewsPaginationClasses: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; itemPerPageOptions: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; getTotalAllReviews: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; customEmptyComponentReviewsByAdmin: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; customEmptyComponentReviews: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lazyLoadedImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; widthImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; heightImage: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default ProductReviews;