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