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