import { FinancialChartDropDownControl } from "./FinancialChartDropDownControl";
import { FinancialIndicatorTypeCollection } from "./FinancialIndicatorTypeCollection";
import { FinancialOverlayTypeCollection } from "./FinancialOverlayTypeCollection";
import { TrendLineType } from "igniteui-react-core";
import { FinancialChartVolumeType } from "./FinancialChartVolumeType";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FinancialChartIndicatorMenu extends FinancialChartDropDownControl {
    static $t: Type;
    constructor(a: number);
    constructor(a: number, b: any);
    constructor(a: number, ..._rest: any[]);
    protected get_s(): string;
    protected get s(): string;
    protected get_t(): string;
    protected get t(): string;
    get y(): FinancialIndicatorTypeCollection;
    get z(): FinancialOverlayTypeCollection;
    get aa(): TrendLineType;
    get x(): FinancialChartVolumeType;
    private get w();
    protected get_q(): boolean;
}
