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