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