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