import { type IconProps } from "../../../base/index.ts";
declare const ShoppingCart: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type ShoppingCart = ReturnType<typeof ShoppingCart>;
export default ShoppingCart;
