import { Base, Type } from "igniteui-react-core";
import { FinancialChartIndicatorMenuViewModel } from "./FinancialChartIndicatorMenuViewModel";
/**
 * @hidden
 */
export declare class FinancialChartIndicatorMenuContext extends Base {
    static $t: Type;
    private _vm;
    get vm(): FinancialChartIndicatorMenuViewModel;
    set vm(a: FinancialChartIndicatorMenuViewModel);
    private _template;
    get template(): any;
    set template(a: any);
}
