import { ProductReviewByAdminProps } from './types'; declare const ProductReviewsByAdmin: { ({ productID, errorComponent, loadingComponent, thumborSetting, productName, iconClose, iconLeft, iconRight, classes, customEmptyComponent, lazyLoadedImage, widthImage, heightImage, }: ProductReviewByAdminProps): 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; }; }; customEmptyComponent: { defaultValue: null; 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; }; }; 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; }; }; 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 ProductReviewsByAdmin;