import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CrosshairLayerDescription extends AnnotationLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private ed;
    get horizontalLineStroke(): string;
    set horizontalLineStroke(a: string);
    private eh;
    get verticalLineStroke(): string;
    set verticalLineStroke(a: string);
    private ef;
    get targetSeriesName(): string;
    set targetSeriesName(a: string);
    private eg;
    get targetSeriesRef(): string;
    set targetSeriesRef(a: string);
    private dg;
    get useInterpolation(): boolean;
    set useInterpolation(a: boolean);
    private de;
    get isAxisAnnotationEnabled(): boolean;
    set isAxisAnnotationEnabled(a: boolean);
    private el;
    get xAxisAnnotationTextColor(): string;
    set xAxisAnnotationTextColor(a: string);
    private ej;
    get xAxisAnnotationBackground(): string;
    set xAxisAnnotationBackground(a: string);
    private dk;
    get xAxisAnnotationBackgroundCornerRadius(): number;
    set xAxisAnnotationBackgroundCornerRadius(a: number);
    private d9;
    get xAxisAnnotationInterpolatedValuePrecision(): number;
    set xAxisAnnotationInterpolatedValuePrecision(a: number);
    private ek;
    get xAxisAnnotationOutline(): string;
    set xAxisAnnotationOutline(a: string);
    private dm;
    get xAxisAnnotationPaddingLeft(): number;
    set xAxisAnnotationPaddingLeft(a: number);
    private dp;
    get xAxisAnnotationPaddingTop(): number;
    set xAxisAnnotationPaddingTop(a: number);
    private dn;
    get xAxisAnnotationPaddingRight(): number;
    set xAxisAnnotationPaddingRight(a: number);
    private dl;
    get xAxisAnnotationPaddingBottom(): number;
    set xAxisAnnotationPaddingBottom(a: number);
    private dt;
    get yAxisAnnotationPaddingLeft(): number;
    set yAxisAnnotationPaddingLeft(a: number);
    private dv;
    get yAxisAnnotationPaddingTop(): number;
    set yAxisAnnotationPaddingTop(a: number);
    private du;
    get yAxisAnnotationPaddingRight(): number;
    set yAxisAnnotationPaddingRight(a: number);
    private ds;
    get yAxisAnnotationPaddingBottom(): number;
    set yAxisAnnotationPaddingBottom(a: number);
    private dq;
    get xAxisAnnotationStrokeThickness(): number;
    set xAxisAnnotationStrokeThickness(a: number);
    private eo;
    get yAxisAnnotationTextColor(): string;
    set yAxisAnnotationTextColor(a: string);
    private em;
    get yAxisAnnotationBackground(): string;
    set yAxisAnnotationBackground(a: string);
    private dr;
    get yAxisAnnotationBackgroundCornerRadius(): number;
    set yAxisAnnotationBackgroundCornerRadius(a: number);
    private ea;
    get yAxisAnnotationInterpolatedValuePrecision(): number;
    set yAxisAnnotationInterpolatedValuePrecision(a: number);
    private en;
    get yAxisAnnotationOutline(): string;
    set yAxisAnnotationOutline(a: string);
    private dw;
    get yAxisAnnotationStrokeThickness(): number;
    set yAxisAnnotationStrokeThickness(a: number);
    private ei;
    get verticalLineVisibility(): string;
    set verticalLineVisibility(a: string);
    private ee;
    get horizontalLineVisibility(): string;
    set horizontalLineVisibility(a: string);
    private df;
    get skipUnknownValues(): boolean;
    set skipUnknownValues(a: boolean);
}
