import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconShoppingBagDuotone: import("svelte").Component<$$ComponentProps, {}, "">; type IconShoppingBagDuotone = ReturnType; export default IconShoppingBagDuotone;