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