declare const useSelect: (select?: number | "next" | "prev") => void;
export default useSelect;
