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