import { ToolbarInteractionModes } from '../types/toolbar-interaction-modes.js'; /** * Get tabIndex value from context. depending on the param type * * @internal * @param type - toolbar buttons type */ export declare const useA11yToolbarTabIndex: (type: ToolbarInteractionModes) => number;