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