/// <reference types="react" />
import type { UndoableMutation } from './types';
export declare const TakeUndoableMutationContext: import("react").Context<() => UndoableMutation | void>;
//# sourceMappingURL=TakeUndoableMutationContext.d.ts.map