import { SetStateAction } from 'react'; declare const setStateReducer: (prevState: S, action: SetStateAction) => S; export default setStateReducer;