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