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