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