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_et(): boolean;
    constructor();
    protected ct(): SeriesView;
    q3(a: SeriesView): void;
    protected aaa: ItemToolTipLayerView;
    protected get_e4(): boolean;
    aah: string;
    gv(a: Series): boolean;
    aab: Series;
    aae: boolean;
    aad: boolean;
    protected rc(a: any, b: string, c: any, d: any): void;
    protected yw(a: Series, b: boolean): void;
    protected xn(a: Series): boolean;
    protected yy(a: Frame, b: SeriesView): void;
    private aal;
    private aac;
    private aam;
    private aaf;
    p9(): void;
    qa(): void;
    protected y1(a: Frame, b: SeriesView): void;
    protected gb(): boolean;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class ItemToolTipLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: ItemToolTipLayer);
    protected cn: ItemToolTipLayer;
    co: Pool$1<any>;
    a4(): void;
    as(): void;
    protected cq: List$1<PointerTooltip>;
    private cr;
    private ct;
    private cv;
    private cu;
    private _htmlTest;
    protected get htmlTest(): any;
    protected set htmlTest(a: any);
    cp(a: Series, b: any, c: any, d: DataContext): boolean;
    c0(a: any, b: any, c: DataContext): Size;
    cy(a: any, b: number, c: number, d: number, e: number): void;
    cw(a: any): void;
    protected bj(a: RenderingContext, b: boolean): void;
    ax(a: any): void;
    cx(a: boolean): void;
    cz(): void;
}
