import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum CellShiftInitializeFormatType {
    UseDefaultFormat = 0,
    FromShiftedCellsAdjacentToInsertRegion = 1,
    FromStationaryCellsAdjacentToInsertRegion = 2
}
/**
 * @hidden
 */
export declare let CellShiftInitializeFormatType_$type: Type;
