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