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