import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { CategoryItemHighlightType } from "./CategoryItemHighlightType";
import { MarkerType } from "./MarkerType";
import { Brush } from "igniteui-webcomponents-core";
import { DataTemplate } from "igniteui-webcomponents-core";
import { CategoryItemHighlightLayerFrame } from "./CategoryItemHighlightLayerFrame";
import { Type, Point } from "igniteui-webcomponents-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { ItemHighlightFrameRect } from "./ItemHighlightFrameRect";
import { List$1 } from "igniteui-webcomponents-core";
import { Rect } from "igniteui-webcomponents-core";
import { Pool$1 } from "igniteui-webcomponents-core";
import { Rectangle } from "igniteui-webcomponents-core";
import { ContentControl } from "igniteui-webcomponents-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { RenderingContext } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class CategoryItemHighlightLayer extends AnnotationLayer {
    static $t: Type;
    protected bk(): Series;
    protected get_eu(): boolean;
    constructor();
    protected ct(): SeriesView;
    rh(a: SeriesView): void;
    protected aas: CategoryItemHighlightLayerView;
    aaw: Series;
    aba: string;
    aa0: boolean;
    aat: CategoryItemHighlightType;
    aav: MarkerType;
    abu: Brush;
    abv: Brush;
    abj: DataTemplate;
    aa2: number;
    aaz: boolean;
    protected zd(a: Series, b: boolean): void;
    protected x4(a: Series): boolean;
    protected zf(a: Frame, b: SeriesView): void;
    private aay;
    private aax;
    protected rq(a: any, b: string, c: any, d: any): void;
    private aa1;
    private abg;
    abe(a: Point, b: CategoryItemHighlightLayerFrame, c: Series): void;
    private aau;
    abf(a: Rect, b: CategoryItemHighlightLayerFrame, c: Series): void;
    protected zi(a: Frame, b: SeriesView): void;
    abh(a: ItemHighlightFrameRect, b: ContentControl): void;
    abi(a: ItemHighlightFrameRect, b: Rectangle): void;
    protected gg(): boolean;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class CategoryItemHighlightLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: CategoryItemHighlightLayer);
    protected cn: CategoryItemHighlightLayer;
    cp: Pool$1<Rectangle>;
    co: Pool$1<ContentControl>;
    a4(): void;
    protected cq: List$1<ContentControl>;
    protected cr: List$1<Rectangle>;
    private c3;
    private cx;
    private cz;
    private cy;
    private c0;
    private cs;
    private cu;
    private ct;
    c1(a: Brush): Brush;
    c2(a: Brush): Brush;
    cw(a: Rectangle, b: number, c: number, d: number, e: number): void;
    cv(a: ContentControl, b: number, c: number): void;
    protected bv(a: any, b: number): void;
    protected bj(a: RenderingContext, b: boolean): void;
    ax(a: any): void;
}
