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