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