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