import type { Components, JSX } from "../types/components"; interface RuxIconNaturePeople extends Components.RuxIconNaturePeople, HTMLElement {} export const RuxIconNaturePeople: { prototype: RuxIconNaturePeople; new (): RuxIconNaturePeople; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;