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