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