import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum CellFormatValueChangedOptions {
    DefaultBehavior = 0,
    PreventAdjacentBorderSyncronization = 1,
    PreventCellToMergedRegionSyncronization = 2,
    PreventMergedRegionToCellSyncronization = 4,
    PreventOwnerToCellSynchronization = 8,
    PreventFontToFormattedStringSynchronization = 16,
    AlwaysSendChangeNotifications = 32,
    SkipDirtyResolvedRowHeight = 64,
    PreventAllSyncronization = -97
}
/**
 * @hidden
 */
export declare let CellFormatValueChangedOptions_$type: Type;
