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