import { FinancialChartDropDownControlViewModel } from "./FinancialChartDropDownControlViewModel";
import { FinancialChartType } from "./FinancialChartType";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FinancialChartTypePickerViewModel extends FinancialChartDropDownControlViewModel {
    static $t: Type;
    private _chartType;
    get chartType(): FinancialChartType;
    set chartType(a: FinancialChartType);
    get chartTypeString(): string;
}
