import { XYChartDescription } from "./XYChartDescription";
import { TimeAxisBreakDescription } from "./TimeAxisBreakDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class FinancialChartDescription extends XYChartDescription {
    static $t: Type;
    private aaq;
    get tooltipTemplateRef(): string;
    set tooltipTemplateRef(a: string);
    private aas;
    get width(): string;
    set width(a: string);
    private aap;
    get height(): string;
    set height(a: string);
    private aan;
    get background(): string;
    set background(a: string);
    protected get_type(): string;
    constructor();
    private zi;
    get toolbarHeight(): number;
    set toolbarHeight(a: number);
    private y2;
    get yAxisIsLogarithmic(): boolean;
    set yAxisIsLogarithmic(a: boolean);
    private aaf;
    get yAxisLogarithmBase(): number;
    set yAxisLogarithmBase(a: number);
    private zp;
    get yAxisInterval(): number;
    set yAxisInterval(a: number);
    private zr;
    get yAxisMinimumValue(): number;
    set yAxisMinimumValue(a: number);
    private zq;
    get yAxisMaximumValue(): number;
    set yAxisMaximumValue(a: number);
    private zs;
    get yAxisMinorInterval(): number;
    set yAxisMinorInterval(a: number);
    private aar;
    get volumeType(): string;
    set volumeType(a: string);
    private aat;
    get xAxisMode(): string;
    set xAxisMode(a: string);
    private zk;
    get xAxisZoomMaximumCategoryRange(): number;
    set xAxisZoomMaximumCategoryRange(a: number);
    private zn;
    get xAxisZoomToCategoryStart(): number;
    set xAxisZoomToCategoryStart(a: number);
    private zl;
    get xAxisZoomMaximumItemSpan(): number;
    set xAxisZoomMaximumItemSpan(a: number);
    private zm;
    get xAxisZoomToCategoryRange(): number;
    set xAxisZoomToCategoryRange(a: number);
    private zo;
    get xAxisZoomToItemSpan(): number;
    set xAxisZoomToItemSpan(a: number);
    private aau;
    get yAxisMode(): string;
    set yAxisMode(a: string);
    private yx;
    get isToolbarVisible(): boolean;
    set isToolbarVisible(a: boolean);
    private aao;
    get chartType(): string;
    set chartType(a: string);
    private yy;
    get isWindowSyncedToVisibleRange(): boolean;
    set isWindowSyncedToVisibleRange(a: boolean);
    private x8;
    get indicatorTypes(): string[];
    set indicatorTypes(a: string[]);
    private yd;
    get overlayTypes(): string[];
    set overlayTypes(a: string[]);
    private y0;
    get yAxisAbbreviateLargeNumbers(): boolean;
    set yAxisAbbreviateLargeNumbers(a: boolean);
    private yz;
    get xAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
    set xAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
    private y1;
    get yAxisEnhancedIntervalPreferMoreCategoryLabels(): boolean;
    set yAxisEnhancedIntervalPreferMoreCategoryLabels(a: boolean);
    private aav;
    get zoomSliderType(): string;
    set zoomSliderType(a: string);
    private x9;
    get negativeBrushes(): string[];
    set negativeBrushes(a: string[]);
    private ya;
    get negativeOutlines(): string[];
    set negativeOutlines(a: string[]);
    private yb;
    get overlayBrushes(): string[];
    set overlayBrushes(a: string[]);
    private yc;
    get overlayOutlines(): string[];
    set overlayOutlines(a: string[]);
    private yg;
    get volumeOutlines(): string[];
    set volumeOutlines(a: string[]);
    private yf;
    get volumeBrushes(): string[];
    set volumeBrushes(a: string[]);
    private x7;
    get indicatorNegativeBrushes(): string[];
    set indicatorNegativeBrushes(a: string[]);
    private x5;
    get indicatorBrushes(): string[];
    set indicatorBrushes(a: string[]);
    private zj;
    get volumeThickness(): number;
    set volumeThickness(a: number);
    private zh;
    get overlayThickness(): number;
    set overlayThickness(a: number);
    private zg;
    get overlayMultiplier(): number;
    set overlayMultiplier(a: number);
    private zf;
    get indicatorThickness(): number;
    set indicatorThickness(a: number);
    private x6;
    get indicatorDisplayTypes(): string[];
    set indicatorDisplayTypes(a: string[]);
    private aab;
    get indicatorPeriod(): number;
    set indicatorPeriod(a: number);
    private ze;
    get indicatorMultiplier(): number;
    set indicatorMultiplier(a: number);
    private aae;
    get indicatorSmoothingPeriod(): number;
    set indicatorSmoothingPeriod(a: number);
    private aac;
    get indicatorShortPeriod(): number;
    set indicatorShortPeriod(a: number);
    private aaa;
    get indicatorLongPeriod(): number;
    set indicatorLongPeriod(a: number);
    private aad;
    get indicatorSignalPeriod(): number;
    set indicatorSignalPeriod(a: number);
    private ye;
    get rangeSelectorOptions(): string[];
    set rangeSelectorOptions(a: string[]);
    private x4;
    get customIndicatorNames(): string[];
    set customIndicatorNames(a: string[]);
    private aaw;
    get zoomSliderXAxisMajorStroke(): string;
    set zoomSliderXAxisMajorStroke(a: string);
    private zt;
    get zoomSliderXAxisMajorStrokeThickness(): number;
    set zoomSliderXAxisMajorStrokeThickness(a: number);
    private yw;
    get isLegendVisible(): boolean;
    set isLegendVisible(a: boolean);
    private zb;
    get xAxisMinimumValue(): Date;
    set xAxisMinimumValue(a: Date);
    private za;
    get xAxisMaximumValue(): Date;
    set xAxisMaximumValue(a: Date);
    private yh;
    get xAxisBreaks(): TimeAxisBreakDescription[];
    set xAxisBreaks(a: TimeAxisBreakDescription[]);
    private aam;
    get applyCustomIndicatorsRef(): string;
    set applyCustomIndicatorsRef(a: string);
}
