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