import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ShoppingCart: import("svelte").Component; type ShoppingCart = ReturnType; export default ShoppingCart; //# sourceMappingURL=shopping-cart.svelte.d.ts.map