declare const useSetState: >(initialState?: S | (() => S)) => [S, Function]; export default useSetState;