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