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