/** @packageDocumentation * @module Toolbar */ import type { ToolbarItem, ToolbarOrientation, ToolbarUsage } from "./ToolbarItem.js"; import type { ToolbarItemsManager } from "./ToolbarItemsManager.js"; /** Hook that retrieves active frontstage toolbar items from UiItemsProviders and manage them through [[ToolbarItemsManager]]. * @public * @deprecated in 4.4.0. This uses ToolbarItemsManager which is internal, directly use [[ToolbarComposer]] instead. */ export declare const useUiItemsProviderToolbarItems: (manager: ToolbarItemsManager, toolbarUsage: ToolbarUsage, toolbarOrientation: ToolbarOrientation) => readonly ToolbarItem[]; //# sourceMappingURL=useUiItemsProviderToolbarItems.d.ts.map