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