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