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