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