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