import type { KeyboardEvent } from "react";
export declare function handleVerticalNavigation(ev: KeyboardEvent<HTMLElement>): void;
