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