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