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