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