import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { Brush } from "igniteui-react-core";
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_eu(): boolean;
    protected get_f8(): boolean;
    constructor();
    protected ct(): SeriesView;
    rj(a: SeriesView): void;
    protected aau: ItemToolTipLayerView;
    protected get_e5(): boolean;
    aa2: string;
    g2(a: Series): boolean;
    aav: Series;
    aay: boolean;
    aax: boolean;
    protected rs(a: any, b: string, c: any, d: any): void;
    protected zf(a: Series, b: boolean): void;
    protected x6(a: Series): boolean;
    protected zh(a: Frame, b: SeriesView): void;
    private aa9;
    private aaw;
    private aba;
    private aa0;
    qn(): void;
    qo(): void;
    protected zk(a: Frame, b: SeriesView): void;
    protected gi(): boolean;
    abi: Brush;
    abj: Brush;
    aaz: number;
    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;
}
