import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class TrendLineLayerDescription extends AnnotationLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private gh;
    get targetSeriesName(): string;
    set targetSeriesName(a: string);
    private gi;
    get targetSeriesRef(): string;
    set targetSeriesRef(a: string);
    private gj;
    get trendLineType(): string;
    set trendLineType(a: string);
    private gf;
    get trendLinePeriod(): number;
    set trendLinePeriod(a: number);
}
