import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { Type } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { Pool$1 } from "igniteui-react-core";
import { List$1 } from "igniteui-react-core";
import { DataContext } from "igniteui-react-core";
import { Size } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { PointerTooltip } from "./PointerTooltip";
import { RenderingContext } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ItemToolTipLayer extends AnnotationLayer {
    static $t: Type;
    protected bk(): Series;
    protected get_es(): boolean;
    constructor();
    protected ct(): SeriesView;
    q1(a: SeriesView): void;
    protected z7: ItemToolTipLayerView;
    protected get_e3(): boolean;
    aae: string;
    gu(a: Series): boolean;
    z8: Series;
    aab: boolean;
    aaa: boolean;
    protected ra(a: any, b: string, c: any, d: any): void;
    protected yt(a: Series, b: boolean): void;
    protected xk(a: Series): boolean;
    protected yv(a: Frame, b: SeriesView): void;
    private aai;
    private z9;
    private aaj;
    private aac;
    p7(): void;
    p8(): void;
    protected yy(a: Frame, b: SeriesView): void;
    protected ga(): boolean;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class ItemToolTipLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: ItemToolTipLayer);
    protected ce: ItemToolTipLayer;
    cf: Pool$1<any>;
    ax(): void;
    an(): void;
    protected ch: List$1<PointerTooltip>;
    private ci;
    private ck;
    private cm;
    private cl;
    private _htmlTest;
    protected get htmlTest(): any;
    protected set htmlTest(a: any);
    cg(a: Series, b: any, c: any, d: DataContext): boolean;
    cr(a: any, b: any, c: DataContext): Size;
    cp(a: any, b: number, c: number, d: number, e: number): void;
    cn(a: any): void;
    protected bc(a: RenderingContext, b: boolean): void;
    aq(a: any): void;
    co(a: boolean): void;
    cq(): void;
}
