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