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