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