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