/// <reference types="react" />
declare const ShoppingBag: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default ShoppingBag;
