import { Accessibility } from '../../types'; /** * @description * The 'menu' role is used to identify an element that creates a list of common actions or functions that a user can invoke. * * @specification * Adds role='menu'. * Provides arrow key navigation in vertical direction. * Keyboard navigation is circular. * Component will get focus when mounted. */ export declare const submenuBehavior: Accessibility;