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