export declare function useSetState>(initialState: T): readonly [T, (statePartial: Partial | ((currentState: T) => Partial)) => void];