import type { AddProductsToCart, ResponseCartProduct } from '@automattic/shopping-cart';
export declare const RemovedFromCartItem: ({ product, addProductsToCart, }: {
    product: ResponseCartProduct;
    addProductsToCart: AddProductsToCart;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=removed-from-cart-item.d.ts.map