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