export declare function useMergeState(initState: S): [S, (arg: Partial | ((s: S) => S)) => void];