import { LegendBase } from "./LegendBase";
import { LegendBaseView } from "./LegendBaseView";
import { Type } from "igniteui-react-core";
import { UIElement } from "igniteui-react-core";
import { ILegendSeries } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FinancialLegend extends LegendBase {
    static $t: Type;
    aj(): LegendBaseView;
    private get bj();
    constructor();
    addChildInOrder(a: UIElement, b: ILegendSeries): void;
    protected get_isFinancial(): boolean;
}
/**
 * @hidden
 */
export declare class FinancialLegendView extends LegendBaseView {
    static $t: Type;
    constructor(a: FinancialLegend);
}
