import type { Components, JSX } from "../types/components"; interface RuxIconNaturePeople extends Components.RuxIconNaturePeople, HTMLElement {} export const RuxIconNaturePeople: { prototype: RuxIconNaturePeople; new (): RuxIconNaturePeople; };