import { Type } from "igniteui-webcomponents-core";
export declare enum TextIconSetBuiltInTypes {
    ThreeArrows = 0,
    CheckOrDashOrX = 1,
    ThreeBoxes = 2,
    ThreeFaces = 3
}
/**
 * @hidden
 */
export declare let TextIconSetBuiltInTypes_$type: Type;
