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