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