import { ProductReviewByCustomerProps } from './types'; declare const ProductReviewsByCustomer: { ({ errorComponent, loadingComponent, thumborSetting, productName, iconClose, iconLeft, iconRight, starColor, reviews, classes, error, loading, lazyLoadedImage, widthImage, heightImage, }: ProductReviewByCustomerProps): 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; }; }; classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; thumborSetting: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; reviews: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; error: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; loading: { 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 ProductReviewsByCustomer;