import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FinalValueLayerDescription extends AnnotationLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private gy;
    get targetSeriesName(): string;
    set targetSeriesName(a: string);
    private gz;
    get targetSeriesRef(): string;
    set targetSeriesRef(a: string);
    private gx;
    get finalValueSelectionMode(): string;
    set finalValueSelectionMode(a: string);
    private gw;
    get axisAnnotationTextColor(): string;
    set axisAnnotationTextColor(a: string);
    private gt;
    get axisAnnotationBackground(): string;
    set axisAnnotationBackground(a: string);
    private gf;
    get axisAnnotationBackgroundCornerRadius(): number;
    set axisAnnotationBackgroundCornerRadius(a: number);
    private gr;
    get axisAnnotationInterpolatedValuePrecision(): number;
    set axisAnnotationInterpolatedValuePrecision(a: number);
    private gv;
    get axisAnnotationOutline(): string;
    set axisAnnotationOutline(a: string);
    private gh;
    get axisAnnotationPaddingLeft(): number;
    set axisAnnotationPaddingLeft(a: number);
    private gj;
    get axisAnnotationPaddingTop(): number;
    set axisAnnotationPaddingTop(a: number);
    private gi;
    get axisAnnotationPaddingRight(): number;
    set axisAnnotationPaddingRight(a: number);
    private gg;
    get axisAnnotationPaddingBottom(): number;
    set axisAnnotationPaddingBottom(a: number);
    private gk;
    get axisAnnotationStrokeThickness(): number;
    set axisAnnotationStrokeThickness(a: number);
    private gu;
    get axisAnnotationFormatLabelRef(): string;
    set axisAnnotationFormatLabelRef(a: string);
}
