import { Base, Type } from "igniteui-react-core";
import { DomWrapper, NormalizedEvent, DomRenderer } from "igniteui-react-core";
import { FinancialChartDropDownControlViewModel } from "./FinancialChartDropDownControlViewModel";
/**
 * @hidden
 */
export declare class FinancialChartDropDownControlView extends Base {
    static $t: Type;
    private b;
    private c;
    d: DomWrapper;
    e: DomWrapper;
    a: FinancialChartDropDownControlViewModel;
    private i;
    private h;
    protected k(a: any): void;
    j(a: NormalizedEvent): void;
    f(a: DomRenderer, b: FinancialChartDropDownControlViewModel, c: string, d: string): void;
    protected g(): void;
}
