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