import { TemplateFunction } from "igniteui-webcomponents-core";
export declare class IgcFinancialChartDefaultTemplatesComponent {
    financialChartRangeSelectorTemplate: TemplateFunction;
    financialChartTypePickerTemplate: TemplateFunction;
    financialChartIndicatorMenuTemplate: TemplateFunction;
    financialChartToolbarTemplate: TemplateFunction;
    constructor(hostElement: Element);
    static register(): void;
}
