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