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