export declare enum DatagridColumnChanges { WIDTH = 0, HIDDEN = 1, INITIALIZE = 2 } export declare const ALL_COLUMN_CHANGES: DatagridColumnChanges[];