export declare const product: { productDetails: { id: string; quantity: string; productDetails: string; specification: string; reviews: string; shipping: string; share: string; showReviews: string; noReviews: string; productPrice: string; }; productList: { filterBy: { label: string; action: string; }; appliedFilter: string; showLess: string; showMore: string; sortBy: string; backToTopBtn: string; showMoreBtn: string; productSearchPagination: string; }; productFacetNavigation: { filterBy: { label: string; action: string; }; appliedFilter: string; showLess: string; showMore: string; sortBy: string; }; productSummary: { id: string; showReviews: string; showReviewsDetailed: string; share: string; newItemPrice: string; }; productReview: { overallRating: string; reviewTitle: string; writeYourComments: string; rating: string; reviewerName: string; writeReview: string; more: string; less: string; thankYouForReview: string; }; addToCart: { itemsAddedToYourCart: string; itemsIncrementedInYourCart: string; items: string; updatingCart: string; addToCart: string; viewCart: string; proceedToCheckout: string; quantity: string; outOfStock: string; inStock: string; selectStyleAndSize: string; removeFromCart: string; closeModal: string; }; TabPanelContainer: { tabs: { ProductDetailsTabComponent: string; ProductSpecsTabComponent: string; ProductReviewsTabComponent: string; deliveryTab: string; SparePartsTabComponent: string; }; }; addToWishList: { add: string; remove: string; anonymous: string; }; stockNotification: { notifyMe: string; stopNotify: string; getNotify: string; getNotifySuffix: string; activateChannelsPrefix: string; channelsLink: string; activateChannelsSuffix: string; notified: string; getNotified: string; unsubscribeSuccess: string; subscriptionDialog: { header: string; notifiedPrefix: string; notifiedSuffix: string; manageChannelsPrefix: string; manageChannelsLink: string; manageChannelsSuffix: string; manageSubscriptionsPrefix: string; manageSubscriptionsLink: string; manageSubscriptionsSuffix: string; okBtn: string; subscribing: string; }; }; itemCounter: { removeOne: string; addOneMore: string; quantity: string; }; productView: { gridView: string; listView: string; }; };