import { CellEditableConditionFn } from "../../../models/configuration/gridCellEditableConfiguration.js";
/**
 * Default implementation of the cell editable condition hook
 */
export declare const useIsCellEditable: () => CellEditableConditionFn;