import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum SpreadsheetCellExitModeAction {
    DiscardChanges = 0,
    UpdateActiveCell = 1,
    UpdateSelectedCells = 2,
    CreateArrayFormula = 3
}
/**
 * @hidden
 */
export declare let SpreadsheetCellExitModeAction_$type: Type;
