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