import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum CellContentType { Default = 0, Text = 1, Date = 2, Number = 3 } /** * @hidden */ export declare let CellContentType_$type: Type;