import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class DataAnnotationAxisLayerDescription extends AnnotationLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private hd;
    get annotationLabelDisplayMode(): string;
    set annotationLabelDisplayMode(a: string);
    private gh;
    get annotationLabelVisible(): boolean;
    set annotationLabelVisible(a: boolean);
    private he;
    get annotationTextColor(): string;
    set annotationTextColor(a: string);
    private hf;
    get annotationTextColorMode(): string;
    set annotationTextColorMode(a: string);
    private gv;
    get annotationTextColorShift(): number;
    set annotationTextColorShift(a: number);
    private gi;
    get annotationTextColorMatchLayer(): boolean;
    set annotationTextColorMatchLayer(a: boolean);
    private g9;
    get annotationBackground(): string;
    set annotationBackground(a: string);
    private go;
    get annotationBorderRadius(): number;
    set annotationBorderRadius(a: number);
    private ha;
    get annotationBackgroundMode(): string;
    set annotationBackgroundMode(a: string);
    private gn;
    get annotationBackgroundShift(): number;
    set annotationBackgroundShift(a: number);
    private gf;
    get annotationBackgroundMatchLayer(): boolean;
    set annotationBackgroundMatchLayer(a: boolean);
    private gg;
    get annotationBorderMatchLayer(): boolean;
    set annotationBorderMatchLayer(a: boolean);
    private hb;
    get annotationBorderColor(): string;
    set annotationBorderColor(a: string);
    private hc;
    get annotationBorderMode(): string;
    set annotationBorderMode(a: string);
    private gp;
    get annotationBorderShift(): number;
    set annotationBorderShift(a: number);
    private gr;
    get annotationPaddingBottom(): number;
    set annotationPaddingBottom(a: number);
    private gs;
    get annotationPaddingLeft(): number;
    set annotationPaddingLeft(a: number);
    private gt;
    get annotationPaddingRight(): number;
    set annotationPaddingRight(a: number);
    private gu;
    get annotationPaddingTop(): number;
    set annotationPaddingTop(a: number);
    private gq;
    get annotationBorderThickness(): number;
    set annotationBorderThickness(a: number);
    private g5;
    get annotationValueMaxPrecision(): number;
    set annotationValueMaxPrecision(a: number);
    private g6;
    get annotationValueMinPrecision(): number;
    set annotationValueMinPrecision(a: number);
    private hg;
    get targetAxisRef(): string;
    set targetAxisRef(a: string);
    private hh;
    get targetMode(): string;
    set targetMode(a: string);
}
