import { ProductListPropsType } from './types'; export declare const isProductRecommendationAllowed: () => boolean | undefined; declare const ListofProduct: ({ classes, newPagination, paginationClasses, nextLabel, prevLabel, callPagination, withSeparatedVariant, thumborSetting, withInlineProductReview, getPageInfo, getCrossSellPageInfo, filter, sort, slug, relatedProductsFromSlug, quickViewFeature, emptyStateComponent, modalQuickView, reviewClasses, collectionSlug, tagName, productsPathPrefix, pathPrefix, itemPerPage, pageNumber, Carousel, accordionIcon, getProductsCount, getLoadingStatus, loadingComponent, errorComponent, isButton, isQuickView, isViewDetail, getQuickViewSlug, SKUs, buttonNext, buttonPrev, lazyLoadedImage, widthImage, heightImage, ...props }: ProductListPropsType) => JSX.Element | null; export default ListofProduct;