/**
 * Handles arrow key navigation for a list of elements.
 * @param e The event to handle.
 */
export declare function handleArrowKeysNavigation(e: KeyboardEvent & {
    currentTarget: HTMLElement;
}): void;
