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