/** * Remove product from cart action * Calls the removeProductFromCart action on the parent window */ import type { RemoveProductFromCart } from "./types"; export declare const removeProductFromCart: RemoveProductFromCart;