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