import { Accessibility } from '../../types'; /** * @specification * Adds attribute 'role=presentation' to 'root' slot. * Triggers 'moveNext' action with 'ArrowDown' on 'root'. * Triggers 'movePrevious' action with 'ArrowUp' on 'root'. * Triggers 'moveFirst' action with 'Home' on 'root'. * Triggers 'moveLast' action with 'End' on 'root'. */ declare const accordionBehavior: Accessibility; export default accordionBehavior;