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