import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FinalValueLayerDescription extends AnnotationLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private g5;
    get targetSeriesName(): string;
    set targetSeriesName(a: string);
    private g6;
    get targetSeriesRef(): string;
    set targetSeriesRef(a: string);
    private g4;
    get finalValueSelectionMode(): string;
    set finalValueSelectionMode(a: string);
    private g3;
    get axisAnnotationTextColor(): string;
    set axisAnnotationTextColor(a: string);
    private g0;
    get axisAnnotationBackground(): string;
    set axisAnnotationBackground(a: string);
    private gm;
    get axisAnnotationBackgroundCornerRadius(): number;
    set axisAnnotationBackgroundCornerRadius(a: number);
    private gy;
    get axisAnnotationInterpolatedValuePrecision(): number;
    set axisAnnotationInterpolatedValuePrecision(a: number);
    private g2;
    get axisAnnotationOutline(): string;
    set axisAnnotationOutline(a: string);
    private go;
    get axisAnnotationPaddingLeft(): number;
    set axisAnnotationPaddingLeft(a: number);
    private gq;
    get axisAnnotationPaddingTop(): number;
    set axisAnnotationPaddingTop(a: number);
    private gp;
    get axisAnnotationPaddingRight(): number;
    set axisAnnotationPaddingRight(a: number);
    private gn;
    get axisAnnotationPaddingBottom(): number;
    set axisAnnotationPaddingBottom(a: number);
    private gr;
    get axisAnnotationStrokeThickness(): number;
    set axisAnnotationStrokeThickness(a: number);
    private g1;
    get axisAnnotationFormatLabelRef(): string;
    set axisAnnotationFormatLabelRef(a: string);
}
