import * as React from 'react'; /** * Implementation of the [Toolbar Left Section Specification](https://design.planview.com/components/toolbar/toolbar#left-section) * * Unlike the `ToolbarSectionRight` component, this component will not automatically move items into a more menu. * * ### Usage * * ```tsx * import { ToolbarContainer, ToolbarSectionLeft } from '@planview/pv-toolbar' * * export const PageToolbar = () => ( * * * ... * * * ) * ``` */ export declare const ToolbarSectionLeft: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; //# sourceMappingURL=section-left.d.ts.map