import { SeriesDescription } from "./SeriesDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ValueOverlayDescription extends SeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private dr;
    get axisRef(): string;
    set axisRef(a: string);
    private dc;
    get value(): number;
    set value(a: number);
    private c4;
    get isAxisAnnotationEnabled(): boolean;
    set isAxisAnnotationEnabled(a: boolean);
    private dn;
    get axisAnnotationFormatLabelRef(): string;
    set axisAnnotationFormatLabelRef(a: string);
    private dq;
    get axisAnnotationTextColor(): string;
    set axisAnnotationTextColor(a: string);
    private dm;
    get axisAnnotationBackground(): string;
    set axisAnnotationBackground(a: string);
    private c6;
    get axisAnnotationBackgroundCornerRadius(): number;
    set axisAnnotationBackgroundCornerRadius(a: number);
    private dk;
    get axisAnnotationInterpolatedValuePrecision(): number;
    set axisAnnotationInterpolatedValuePrecision(a: number);
    private dp;
    get axisAnnotationOutline(): string;
    set axisAnnotationOutline(a: string);
    private c8;
    get axisAnnotationPaddingLeft(): number;
    set axisAnnotationPaddingLeft(a: number);
    private da;
    get axisAnnotationPaddingTop(): number;
    set axisAnnotationPaddingTop(a: number);
    private c9;
    get axisAnnotationPaddingRight(): number;
    set axisAnnotationPaddingRight(a: number);
    private c7;
    get axisAnnotationPaddingBottom(): number;
    set axisAnnotationPaddingBottom(a: number);
    private db;
    get axisAnnotationStrokeThickness(): number;
    set axisAnnotationStrokeThickness(a: number);
}
