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