import { Type } from "igniteui-angular-core";
/**
 * Enum specifying oversweep shapes.
 */
export declare enum RadialGaugeScaleOversweepShape {
    /**
     * A default oversweep shape.
     */
    Auto = 0,
    /**
     * A circular oversweep shape.
     */
    Circular = 1,
    /**
     * A fitted oversweep shape.
     */
    Fitted = 2
}
/**
 * @hidden
 */
export declare let RadialGaugeScaleOversweepShape_$type: Type;
