import { KeyboardEvent } from 'react'; import { ListboxContextProps } from './ListboxContext'; export declare const scrollToOption: (node: HTMLElement | undefined) => void; export declare const onListboxKeyDown: (e: KeyboardEvent, context: ListboxContextProps) => void;