import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_ErrBarType { both = 0, minus = 1, plus = 2 } /** * @hidden */ export declare let ST_ErrBarType_$type: Type;