declare function findNextOption(currentOption: HTMLElement): HTMLElement | null; declare function findPrevOption(currentOption: HTMLElement): HTMLElement | null; export { findNextOption, findPrevOption };