export declare class LineScaleMode extends Object {
    static NORMAL: string;
    static VERTICAL: string;
    static HORIZONTAL: string;
    static NONE: string;
    constructor();
}
