declare const useSetState: (initialState?: T) => [T, (patch: Function | Partial) => void]; export default useSetState;