import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum StringOperatorTypes { Contains = 12, NotContains = 13, StartsWith = 14, DoesNotStartWith = 15, EndsWith = 16, DoesNotEndWith = 17 } /** * @hidden */ export declare let StringOperatorTypes_$type: Type;