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