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