///
export declare const useClickOutside: (ref: import("react").RefObject, onClickOutside: (e: Event) => any) => void;
export declare const useArrowNavigation: (ref: import("react").RefObject, optionsLength: number, initialSelectedOptionIndex: number) => [number, (index: number) => void];