import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CategoryToolTipLayerDescription extends AnnotationLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private gq;
    get targetAxisRef(): string;
    set targetAxisRef(a: string);
    private gm;
    get useInterpolation(): boolean;
    set useInterpolation(a: boolean);
    private gt;
    get toolTipPosition(): string;
    set toolTipPosition(a: string);
    private gr;
    get toolTipBackground(): string;
    set toolTipBackground(a: string);
    private gs;
    get toolTipBorderBrush(): string;
    set toolTipBorderBrush(a: string);
    private go;
    get toolTipBorderThickness(): number;
    set toolTipBorderThickness(a: number);
}
