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