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