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