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