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