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