import { h } from '../../stencil-public-runtime'; /** * @slot The primary content that will be placed in the center of the toolbar * and stretch to container's available width. * @slot before - Content that is placed before the primary content. * @slot after - Content that is placed after the primary content. */ export declare class SceneTreeToolbar { protected render(): h.JSX.IntrinsicElements; }