import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum FormatConditionNotificationType {
    NoneRquired = 0,
    WhenCellInRegionChanges = 1,
    WhenAnyCellChanges = 2
}
/**
 * @hidden
 */
export declare let FormatConditionNotificationType_$type: Type;
