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