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