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