import { NumericAxisBase } from "./NumericAxisBase";
import { NumericScaleMode } from "./NumericScaleMode";
import { DependencyProperty } from "igniteui-react-core";
import { NumericScaler } from "./NumericScaler";
import { Type } from "igniteui-react-core";
import { Axis } from "./Axis";
import { AxisView } from "./AxisView";
import { NumericAxisBaseView } from "./NumericAxisBaseView";
/**
 * @hidden
 */
export declare abstract class StraightNumericAxisBase extends NumericAxisBase {
    static $t: Type;
    constructor();
    bo(): AxisView;
    k8(a: AxisView): void;
    tg: StraightNumericAxisBaseView;
    ko(a: Axis): void;
    kr(a: Axis, b: string): void;
    tb: NumericScaleMode;
    static readonly tt: DependencyProperty;
    get tf(): NumericScaler;
    set tf(a: NumericScaler);
    private static tp;
    protected te(): NumericScaler;
    protected td: NumericScaler;
    protected get_tc(): NumericScaler;
    protected set_tc(a: NumericScaler): void;
    get tc(): NumericScaler;
    set tc(a: NumericScaler);
    sl(a: NumericAxisBase, b: number, c: number, d: boolean, e: number, f: number, g: number): {
        p5: number;
        p6: number;
    };
    private tq;
    private th;
    protected tr(): void;
    tm(): void;
    protected lc(a: any, b: string, c: any, d: any): void;
    private to;
    private tn;
    protected ti(a: number, b: StraightNumericAxisBase): number;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class StraightNumericAxisBaseView extends NumericAxisBaseView {
    static $t: Type;
    protected bv: StraightNumericAxisBase;
    constructor(a: StraightNumericAxisBase);
    bw(): void;
}
