import { FinancialChartDropDownControl } from "./FinancialChartDropDownControl";
import { FinancialChartType } from "./FinancialChartType";
import { FinancialChartTypePickerViewModel } from "./FinancialChartTypePickerViewModel";
import { FinancialChartTypePickerView } from "./FinancialChartTypePickerView";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FinancialChartTypePicker extends FinancialChartDropDownControl {
    static $t: Type;
    private static readonly z;
    constructor(a: any);
    get w(): FinancialChartType;
    set w(a: FinancialChartType);
    get x(): FinancialChartTypePickerView;
    get y(): FinancialChartTypePickerViewModel;
    protected get_s(): string;
    protected get s(): string;
    protected get_t(): string;
    protected get t(): string;
}
