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