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