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