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