import { Accessibility } from '../../types'; /** * @description * Implements ARIA Toolbar design pattern. * Child item components need to have menuItemAsToolbarButtonBehavior assigned. * @specification * Adds role 'toolbar' to 'root' slot. * Provides arrow key navigation in bidirectionalDomOrder direction. * When component's container element receives focus, focus will be set to the default focusable child element of the component. */ export declare const menuAsToolbarBehavior: Accessibility;