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