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