import { Accessibility } from '../../types'; /** * @description * Provides navigation between focusable children of Grid component with arrow keys in 4 directions. * Provides navigation inside the inner focus zone using Enter key * * @specification * Provides arrow key navigation in bidirectional direction. * Focus can be moved inside a child component with embeded inner FocusZone by pressing a specified key. */ export declare const cardsContainerBehavior: Accessibility; export declare type CardsContainerBehaviorProps = never;