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