import React from "react"; declare function characterNavigation(inputString?: string, focusableItems?: Element[]): Element | undefined; declare function menuKeyboardNavigation(event: React.KeyboardEvent, focusableItems: Element[]): number | undefined; export { characterNavigation, menuKeyboardNavigation };