import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ValueFormatter_CompareOperator { AnyValue = 0, Equals = 1, NotEquals = 2, LessThan = 3, LessThanOrEquals = 4, GreaterThan = 5, GreaterThanOrEquals = 6 } /** * @hidden */ export declare let ValueFormatter_CompareOperator_$type: Type;