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