import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum IconSet {
    _3Arrows = 0,
    _3ArrowsGray = 1,
    _3Flags = 2,
    _3TrafficLights1 = 3,
    _3Signs = 4,
    _3TrafficLights2 = 5,
    _3Symbols = 6,
    _3Symbols2 = 7,
    _4Arrows = 8,
    _4ArrowsGray = 9,
    _4RedToBlack = 10,
    _4Ratings = 11,
    _4TrafficLights = 12,
    _5Arrows = 13,
    _5ArrowsGray = 14,
    _5Ratings = 15,
    _5Quarters = 16
}
/**
 * @hidden
 */
export declare let IconSet_$type: Type;
