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