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