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