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