import { SVGProps } from "react"; declare const ShoppingCartIcon: (props: SVGProps) => JSX.Element; export default ShoppingCartIcon;