import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_AxisUnit {
    hundreds = 0,
    thousands = 1,
    tenThousands = 2,
    hundredThousands = 3,
    millions = 4,
    tenMillions = 5,
    hundredMillions = 6,
    billions = 7,
    trillions = 8,
    percentage = 9
}
/**
 * @hidden
 */
export declare let ST_AxisUnit_$type: Type;
