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