declare const useSetState: (initialState?: T) => [T, (patch: Partial | ((prevState: T) => Partial)) => void]; export default useSetState; //# sourceMappingURL=useSetState.d.ts.map