import type { IconProps } from './icon.context.js'; declare const ShoppingCartIcon: import("svelte").Component; type ShoppingCartIcon = ReturnType; export default ShoppingCartIcon;