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 g2; get xAxisRef(): string; set xAxisRef(a: string); private g3; get yAxisRef(): string; set yAxisRef(a: string); }