import { ListAction, ListActionContext } from '../useList'; import { ActionWithContext } from '../utils/useControllableReducer.types'; import { SelectAction, SelectInternalState } from './useSelect.types'; export default function selectReducer(state: SelectInternalState, action: ActionWithContext | SelectAction, ListActionContext>): SelectInternalState;