import React from 'react'; export declare const handleKeyDown: (event: React.KeyboardEvent, setOpenPopover?: React.Dispatch> | undefined, setHighlightFirstItem?: React.Dispatch> | undefined, setHighlightLastItem?: React.Dispatch> | undefined) => void; export declare const focusListItem: (position: string, setFocusedOption?: React.Dispatch> | undefined, listRef?: any, withSearch?: boolean | undefined) => void;