import { AnnotationLayerDescription } from "./AnnotationLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CategoryHighlightLayerDescription 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 go;
    get bandHighlightWidth(): number;
    set bandHighlightWidth(a: number);
}
