/// export declare const useSelectOptionIndex: () => { optionIndexRef: import("react").MutableRefObject; setOptionIndex: (newIndex: number) => void; };