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