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