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