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