import { AnchoredCategorySeriesDescription } from "./AnchoredCategorySeriesDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class HorizontalAnchoredCategorySeriesDescription extends AnchoredCategorySeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private en;
    get xAxisRef(): string;
    set xAxisRef(a: string);
    private eo;
    get yAxisRef(): string;
    set yAxisRef(a: string);
}
