import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { CategoryItemHighlightType } from "./CategoryItemHighlightType";
import { MarkerType } from "./MarkerType";
import { Brush } from "igniteui-react-core";
import { DataTemplate } from "igniteui-react-core";
import { CategoryItemHighlightLayerFrame } from "./CategoryItemHighlightLayerFrame";
import { Type, Point } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { ItemHighlightFrameRect } from "./ItemHighlightFrameRect";
import { List$1 } from "igniteui-react-core";
import { Rect } from "igniteui-react-core";
import { Pool$1 } from "igniteui-react-core";
import { Rectangle } from "igniteui-react-core";
import { ContentControl } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { RenderingContext } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class CategoryItemHighlightLayer extends AnnotationLayer {
    static $t: Type;
    protected bk(): Series;
    protected get_es(): boolean;
    constructor();
    protected ct(): SeriesView;
    q1(a: SeriesView): void;
    protected z7: CategoryItemHighlightLayerView;
    aab: Series;
    aap: string;
    aaf: boolean;
    z8: CategoryItemHighlightType;
    aaa: MarkerType;
    aa9: Brush;
    aba: Brush;
    aay: DataTemplate;
    aah: number;
    aae: boolean;
    protected yt(a: Series, b: boolean): void;
    protected xk(a: Series): boolean;
    protected yv(a: Frame, b: SeriesView): void;
    private aad;
    private aac;
    protected ra(a: any, b: string, c: any, d: any): void;
    private aag;
    private aav;
    aat(a: Point, b: CategoryItemHighlightLayerFrame, c: Series): void;
    private z9;
    aau(a: Rect, b: CategoryItemHighlightLayerFrame, c: Series): void;
    protected yy(a: Frame, b: SeriesView): void;
    aaw(a: ItemHighlightFrameRect, b: ContentControl): void;
    aax(a: ItemHighlightFrameRect, b: Rectangle): void;
    protected ga(): boolean;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class CategoryItemHighlightLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: CategoryItemHighlightLayer);
    protected ce: CategoryItemHighlightLayer;
    cg: Pool$1<Rectangle>;
    cf: Pool$1<ContentControl>;
    ax(): void;
    protected ch: List$1<ContentControl>;
    protected ci: List$1<Rectangle>;
    private cu;
    private co;
    private cq;
    private cp;
    private cr;
    private cj;
    private cl;
    private ck;
    cs(a: Brush): Brush;
    ct(a: Brush): Brush;
    cn(a: Rectangle, b: number, c: number, d: number, e: number): void;
    cm(a: ContentControl, b: number, c: number): void;
    protected bn(a: any, b: number): void;
    protected bc(a: RenderingContext, b: boolean): void;
    aq(a: any): void;
}
