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, onReadyComponent, }: CartDetailsPropsType) => any; export default CartDetails; export declare const ConvertErrorMessage: (errMsg: string) => string;