import { FinancialChartDropDownControlView } from "./FinancialChartDropDownControlView";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FinancialChartTypePickerView extends FinancialChartDropDownControlView {
    static $t: Type;
    private get l();
    protected k(a: any): void;
}
