import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_CfType { expression = 0, cellIs = 1, colorScale = 2, dataBar = 3, iconSet = 4, top10 = 5, uniqueValues = 6, duplicateValues = 7, containsText = 8, notContainsText = 9, beginsWith = 10, endsWith = 11, containsBlanks = 12, notContainsBlanks = 13, containsErrors = 14, notContainsErrors = 15, timePeriod = 16, aboveAverage = 17 } /** * @hidden */ export declare let ST_CfType_$type: Type;