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