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