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