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