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