import { Type } from "igniteui-react-core";
/**
 */
export declare enum AxisAngleLabelMode {
    /**
     * Automatically chooses an appropriate label mode.
     */
    Auto = 0,
    /**
     * Labels are all positioned away from the chart radius based on the largest label.
     */
    Center = 1,
    /**
     * Labels are all positioned as close to the chart as possible.
     */
    ClosestPoint = 2
}
/**
 * @hidden
 */
export declare let AxisAngleLabelMode_$type: Type;
