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