import { Base, Type } from "igniteui-react-core";
import { ISupportSetProperty } from "./ISupportSetProperty";
import { CT_Tx } from "./CT_Tx";
import { ElementPropertyIds } from "./ElementPropertyIds";
/**
 * @hidden
 */
export declare class CT_FilteredSeriesTitle extends Base implements ISupportSetProperty {
    static $t: Type;
    private a;
    constructor();
    get b(): CT_Tx;
    set b(a: CT_Tx);
    setProperty(a: ElementPropertyIds, b: any): void;
    toString(): string;
}
