import { LegendBase } from "./LegendBase";
import { LegendOrientation } from "./LegendOrientation";
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 Legend extends LegendBase {
    static $t: Type;
    aj(): LegendBaseView;
    a8(a: LegendBaseView): void;
    bc: LegendView;
    constructor();
    private bd;
    private bf;
    addChildInOrder(a: UIElement, b: ILegendSeries): void;
    get bb(): LegendOrientation;
    set bb(a: LegendOrientation);
    private be;
    get bh(): string;
    set bh(a: string);
    get bi(): string;
    set bi(a: string);
}
/**
 * @hidden
 */
export declare class LegendView extends LegendBaseView {
    static $t: Type;
    constructor(a: Legend);
    protected ap: Legend;
    al(): void;
}
