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