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