import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum CellShiftType {
    HorizontalShift = 0,
    TableResizedWithoutShift = 1,
    VerticalRotate = 2,
    VerticalShift = 3
}
/**
 * @hidden
 */
export declare let CellShiftType_$type: Type;
