import { Base, Type } from "igniteui-react-core";
import { ILegendSeries } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class LegendItemInfo extends Base {
    static $t: Type;
    d: string;
    c: any;
    a: ILegendSeries;
    b: any;
}
