import { Accessibility } from '../../types'; /** * @description * Implements ARIA Tabs design pattern. * Child item components need to have tabBehavior assigned. * @specification * Adds role 'tablist' 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 tabListBehavior: Accessibility;