declare const useSetState: >(initialState?: T) => readonly [T, (nextState: Partial) => void]; export default useSetState;