import * as React from 'react'; /** * This is a generic ToolbarSection that will use as little of the available * room as possible to render its contents. * * Generally, it is recommended to instead use `ToolbarSectionLeft` or `ToolbarSectionRight` as needed. */ export declare const ToolbarSection: React.ForwardRefExoticComponent, HTMLDivElement>, "ref"> & React.RefAttributes>; //# sourceMappingURL=section.d.ts.map