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