import { Base, Type } from "igniteui-react-core";
import { ST_TrendlineType } from "./ST_TrendlineType";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
/**
 * @hidden
 */
export declare class CT_TrendlineType extends Base {
    static $t: Type;
    private c;
    constructor();
    get b(): ST_TrendlineType;
    set b(a: ST_TrendlineType);
    static e(a: XmlPartManagerBase, b: ST_TrendlineType): {
        p1: ST_TrendlineType;
    };
    static f(a: XmlPartManagerBase, b: string, c: ST_TrendlineType): void;
    toString(): string;
}
