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