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