import { ValueType, Type } from "igniteui-react-core";
import { Axis } from "./Axis";
/**
 * @hidden
 */
export declare class WorksheetShapeCollection_AxisShiftInfo extends ValueType {
    static $t: Type;
    constructor(a: number, b: Axis, c: string, d: string);
    constructor();
    constructor(a: number, ..._rest: any[]);
    readonly a: Axis;
    readonly c: string;
    readonly b: string;
}
