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