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