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