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