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