import { Type } from "igniteui-webcomponents-core";
export declare enum GridCellType {
    Unspecified = 0,
    Normal = 1,
    Edit = 2,
    EditRow = 3,
    MergedCell = 4,
    FilterCell = 5,
    MovingSeparator = 6,
    ResizeSeparator = 7
}
/**
 * @hidden
 */
export declare let GridCellType_$type: Type;
