import { Type } from "igniteui-react-core";
/**
 * Determines the numerical scale of the axis
 */
export declare enum ScaleType {
    /**
     * The scale is linear.
     */
    Linear = -4132,
    /**
     * The scale is logarithmic.
     */
    Logarithmic = -4133
}
/**
 * @hidden
 */
export declare let ScaleType_$type: Type;
