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