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