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