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