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