import { CartDetailsPropsType } from './types'; declare const CartDetails: ({ classes, thumborSetting, withSeparatedVariant, variantSeparator, emptyCartPlaceHolder, imageHeaderText, nameHeaderText, removeIcon, currency, itemRedirectPathPrefix, loadingComponent, isEditable, editIcon, onErrorMsg, onInvalidMsg, getSelectedItemSlug, triggerRefetch, withDelay, withButton, withoutFooter, withoutHeader, withoutQtyInput, getSKU, lazyLoadedImage, widthImage, heightImage, }: CartDetailsPropsType) => any; export default CartDetails; export declare const ConvertErrorMessage: { (errMsg: string): string; displayName: string; __docgenInfo: { description: string; displayName: string; props: { toString: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; charCodeAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; concat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; indexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; lastIndexOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; localeCompare: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; match: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replace: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; search: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; slice: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; split: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substring: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleLowerCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; toLocaleUpperCase: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trim: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; length: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; substr: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; valueOf: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; codePointAt: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; includes: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; endsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; normalize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; repeat: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; startsWith: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; anchor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; big: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; blink: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; bold: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fixed: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontcolor: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; fontsize: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; italics: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; link: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; small: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; strike: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sub: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; sup: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; "__@iterator": { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; padEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimEnd: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimStart: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimLeft: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; trimRight: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; matchAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; replaceAll: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; };