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