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