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