import { h } from '../../stencil-public-runtime'; /** * @slot The content of the group. */ export declare class SceneTreeToolbarGroup { protected render(): h.JSX.IntrinsicElements; }