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