declare const useObjectState: (initialState: TState) => [TState, (state: Partial) => void]; export default useObjectState;