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