import { Type } from "./type";
/**
 * @hidden
 */
export interface ILegendSeriesInternal {
    onLegendItemOver(a: any): void;
    onLegendItemPointerUp(a: any): void;
    onLegendItemPointerDown(a: any): void;
    onLegendItemEnter(a: any): void;
    onLegendItemLeave(a: any): void;
}
/**
 * @hidden
 */
export declare let ILegendSeriesInternal_$type: Type;
