import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_IconSetType { _3Arrows = 0, _3ArrowsGray = 1, _3Flags = 2, _3TrafficLights1 = 3, _3TrafficLights2 = 4, _3Signs = 5, _3Symbols = 6, _3Symbols2 = 7, _4Arrows = 8, _4ArrowsGray = 9, _4RedToBlack = 10, _4Rating = 11, _4TrafficLights = 12, _5Arrows = 13, _5ArrowsGray = 14, _5Rating = 15, _5Quarters = 16, _3Stars = 17, _3Triangles = 18, _5Boxes = 19, _NoIcons = 20 } /** * @hidden */ export declare let ST_IconSetType_$type: Type;