import { Base, Type } from "igniteui-react-core";
import { ST_DoubleOrAutomatic } from "./ST_DoubleOrAutomatic";
import { ST_ValueAxisUnit } from "./ST_ValueAxisUnit";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_ValueAxisScaling extends Base {
    static $t: Type;
    private c;
    private e;
    private g;
    private i;
    get b(): ST_DoubleOrAutomatic;
    set b(a: ST_DoubleOrAutomatic);
    get d(): ST_DoubleOrAutomatic;
    set d(a: ST_DoubleOrAutomatic);
    get f(): ST_ValueAxisUnit;
    set f(a: ST_ValueAxisUnit);
    get h(): ST_ValueAxisUnit;
    set h(a: ST_ValueAxisUnit);
    static a(a: XmlPartManagerBase): CT_ValueAxisScaling;
    static k(a: XmlPartManagerBase, b: ST_DoubleOrAutomatic, c: ST_DoubleOrAutomatic, d: ST_ValueAxisUnit, e: ST_ValueAxisUnit): {
        p1: ST_DoubleOrAutomatic;
        p2: ST_DoubleOrAutomatic;
        p3: ST_ValueAxisUnit;
        p4: ST_ValueAxisUnit;
    };
    static l(a: XmlPartManagerBase, b: string, c?: ST_ValueAxisUnit, d?: ST_DoubleOrAutomatic, e?: ST_DoubleOrAutomatic, f?: ST_ValueAxisUnit): void;
    toString(): string;
}
