/// <reference types="react" />
declare const ShoppingCart: () => JSX.Element;
export default ShoppingCart;
