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