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