import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_DataBarDirection { context = 0, leftToRight = 1, rightToLeft = 2 } /** * @hidden */ export declare let ST_DataBarDirection_$type: Type;