/** @packageDocumentation * @module Toolbar */ import type { ToolbarItem, ToolbarOrientation, ToolbarUsage } from "./ToolbarItem.js"; /** * Collects the currently registered items providers toolbar item * for the active stage and provided toolbar usage and orientation. * @internal */ export declare const useActiveStageProvidedToolbarItems: (usage: ToolbarUsage, orientation: ToolbarOrientation) => readonly ToolbarItem[]; //# sourceMappingURL=useActiveStageProvidedToolbarItems.d.ts.map