import { RaRecord } from "../../types.js";
import { EditControllerResult } from "./useEditController.js";
/**
 * Hook to read the edit controller props from the EditContext.
 *
 * Used within a <EditContextProvider> (e.g. as a descendent of <Edit>).
 *
 * @returns {EditControllerResult} edit controller props
 *
 * @see useEditController for how it is filled
 */
export declare const useEditContext: <RecordType extends RaRecord = any, ErrorType = Error>() => EditControllerResult<RecordType, ErrorType>;
//# sourceMappingURL=useEditContext.d.ts.map