import { Type } from "igniteui-react-core";
/**
 * Constants which distinguish between an up or down bar in a stock chart.
 */
export declare enum UpDownBarType {
    /**
     * Up bar.
     */
    Up = 0,
    /**
     * Down bar.
     */
    Down = 1
}
/**
 * @hidden
 */
export declare let UpDownBarType_$type: Type;
