import { Base, Type } from "igniteui-react-core";
import { JsonDictionaryObject } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class AxisMatcher extends Base {
    static $t: Type;
    private ___mustPassByValue;
    constructor();
    b(): JsonDictionaryObject;
    static a(a: JsonDictionaryObject): AxisMatcher;
    i: string;
    j: string;
    d: number;
    h: string;
    g: string;
    f: string;
    e: number;
}
