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