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