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