import { Accessibility, AccessibilityAttributes } from '../../types'; /** * @specification * Adds role 'tree' to 'root' slot. * Adds attribute 'aria-labelledby' based on the property 'aria-labelledby' to 'root' slot. * Provides arrow key navigation in vertical direction. * Triggers 'expandSiblings' action with '*' on 'root'. */ export declare const hierarchicalTreeBehavior: Accessibility; export declare type HierarchicalTreeBehaviorBehaviorProps = {} & Pick;