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