import { XYChartDescription } from "./XYChartDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CategoryChartDescription extends XYChartDescription {
    static $t: Type;
    private x6;
    get tooltipTemplateRef(): string;
    set tooltipTemplateRef(a: string);
    private yb;
    get width(): string;
    set width(a: string);
    private x4;
    get height(): string;
    set height(a: string);
    private x2;
    get background(): string;
    set background(a: string);
    protected get_type(): string;
    constructor();
    private xv;
    get transitionInDuration(): number;
    set transitionInDuration(a: number);
    private xw;
    get transitionOutDuration(): number;
    set transitionOutDuration(a: number);
    private x7;
    get transitionInEasingFunctionRef(): string;
    set transitionInEasingFunctionRef(a: string);
    private ya;
    get transitionOutEasingFunctionRef(): string;
    set transitionOutEasingFunctionRef(a: string);
    private x3;
    get chartType(): string;
    set chartType(a: string);
    private x5;
    get markerCollisionAvoidance(): string;
    set markerCollisionAvoidance(a: string);
    private wd;
    get isSplineShapePartOfRange(): boolean;
    set isSplineShapePartOfRange(a: boolean);
    private we;
    get isTransitionInEnabled(): boolean;
    set isTransitionInEnabled(a: boolean);
    private x8;
    get transitionInMode(): string;
    set transitionInMode(a: string);
    private x9;
    get transitionInSpeedType(): string;
    set transitionInSpeedType(a: string);
    private w0;
    get xAxisInterval(): number;
    set xAxisInterval(a: number);
    private w3;
    get xAxisMinorInterval(): number;
    set xAxisMinorInterval(a: number);
    private wz;
    get xAxisGap(): number;
    set xAxisGap(a: number);
    private w2;
    get xAxisMinimumGapSize(): number;
    set xAxisMinimumGapSize(a: number);
    private w1;
    get xAxisMaximumGap(): number;
    set xAxisMaximumGap(a: number);
    private w4;
    get xAxisOverlap(): number;
    set xAxisOverlap(a: number);
    private xa;
    get yAxisInterval(): number;
    set yAxisInterval(a: number);
    private x1;
    get autoMarginAndAngleUpdateMode(): string;
    set autoMarginAndAngleUpdateMode(a: string);
    private wf;
    get shouldAutoExpandMarginForInitialLabels(): boolean;
    set shouldAutoExpandMarginForInitialLabels(a: boolean);
    private wg;
    get shouldConsiderAutoRotationForInitialLabels(): boolean;
    set shouldConsiderAutoRotationForInitialLabels(a: boolean);
    private wx;
    get autoExpandMarginExtraPadding(): number;
    set autoExpandMarginExtraPadding(a: number);
    private wy;
    get autoExpandMarginMaximumValue(): number;
    set autoExpandMarginMaximumValue(a: number);
    private wk;
    get yAxisFavorLabellingScaleEnd(): boolean;
    set yAxisFavorLabellingScaleEnd(a: boolean);
    private wh;
    get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
    set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
    private wj;
    get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
    set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
    private yc;
    get yAxisAutoRangeBufferMode(): string;
    set yAxisAutoRangeBufferMode(a: string);
    private wl;
    get yAxisIsLogarithmic(): boolean;
    set yAxisIsLogarithmic(a: boolean);
    private xx;
    get yAxisLogarithmBase(): number;
    set yAxisLogarithmBase(a: number);
    private xc;
    get yAxisMinimumValue(): number;
    set yAxisMinimumValue(a: number);
    private xb;
    get yAxisMaximumValue(): number;
    set yAxisMaximumValue(a: number);
    private xd;
    get yAxisMinorInterval(): number;
    set yAxisMinorInterval(a: number);
    private v7;
    get negativeBrushes(): string[];
    set negativeBrushes(a: string[]);
    private v8;
    get negativeOutlines(): string[];
    set negativeOutlines(a: string[]);
    private wi;
    get yAxisAbbreviateLargeNumbers(): boolean;
    set yAxisAbbreviateLargeNumbers(a: boolean);
    private w5;
    get xAxisZoomMaximumCategoryRange(): number;
    set xAxisZoomMaximumCategoryRange(a: number);
    private w6;
    get xAxisZoomMaximumItemSpan(): number;
    set xAxisZoomMaximumItemSpan(a: number);
    private w7;
    get xAxisZoomToCategoryRange(): number;
    set xAxisZoomToCategoryRange(a: number);
    private w8;
    get xAxisZoomToCategoryStart(): number;
    set xAxisZoomToCategoryStart(a: number);
    private w9;
    get xAxisZoomToItemSpan(): number;
    set xAxisZoomToItemSpan(a: number);
    private wb;
    get isCategoryHighlightingEnabled(): boolean;
    set isCategoryHighlightingEnabled(a: boolean);
    private wc;
    get isItemHighlightingEnabled(): boolean;
    set isItemHighlightingEnabled(a: boolean);
}
