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