import { UseSelectMergedProps, UseSelectReducerAction, UseSelectState } from './index.types'; export default function downshiftSelectReducer(state: UseSelectState, action: UseSelectReducerAction & { props: UseSelectMergedProps; }): UseSelectState;