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