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