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