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