/**
 * Sets focus of menu items using up/down arrow keydown events
 */
export declare function navigateMenuWithKeyboard(getItems: () => ReadonlyArray<HTMLElement>, e: Event): void;
