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