import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum CellShiftDeleteReason {
    NotDeleted = 0,
    ShiftDownCoveredAddress = 1,
    ShiftUpCoveredAddress = 2,
    ShiftedOffWorksheetBottom = 3,
    ShiftedOffWorksheetTop = 4
}
/**
 * @hidden
 */
export declare let CellShiftDeleteReason_$type: Type;
