import { AnnotationLayer } from "./AnnotationLayer";
import { ValueLayerValueMode } from "./ValueLayerValueMode";
import { Brush } from "igniteui-angular-core";
import { Series } from "./Series";
import { Axis } from "./Axis";
import { Type, Point } from "igniteui-angular-core";
import { Thickness } from "igniteui-angular-core";
import { Visibility } from "igniteui-angular-core";
import { ValueLayerFrame } from "./ValueLayerFrame";
import { List$1 } from "igniteui-angular-core";
import { Pool$1 } from "igniteui-angular-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { DoubleCollection } from "igniteui-angular-core";
import { Path } from "igniteui-angular-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { RenderingContext } from "igniteui-angular-core";
/**
 * @hidden
 */
export declare class ValueLayer extends AnnotationLayer {
    static $t: Type;
    protected bj(): Series;
    protected get_et(): boolean;
    constructor();
    protected cs(): SeriesView;
    q0(a: SeriesView): void;
    protected z5: ValueLayerView;
    z4: ValueLayerValueMode;
    acw: Brush;
    acx: Brush;
    aay: string;
    gt(a: Series): boolean;
    z2: Series;
    aav: string;
    zx: Axis;
    z9: boolean;
    z6: boolean;
    zy: (item: any) => string;
    zz: (item: any) => string;
    ac0: Brush;
    acy: Brush;
    aac: number;
    aao: number;
    acz: Brush;
    get ac6(): Thickness;
    aae: number;
    aag: number;
    aaf: number;
    aad: number;
    get ac7(): Thickness;
    aak: number;
    aam: number;
    aal: number;
    aaj: number;
    aah: number;
    ac3: Brush;
    ac1: Brush;
    aai: number;
    aap: number;
    ac2: Brush;
    aan: number;
    ac9: Visibility;
    ac8: Visibility;
    z8: boolean;
    acv: Brush;
    private zw;
    private z0;
    private z1;
    mb(): string;
    protected get_isSummarizationSupported(): boolean;
    i4(a: Point, b: boolean, c: boolean): number;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    protected yo(a: Series, b: boolean): void;
    protected yq(a: Frame, b: SeriesView): void;
    private abs;
    protected xh(a: Series): boolean;
    protected z7(a: Axis): boolean;
    qo(): void;
    private z3;
    protected w1(): AnnotationAppearanceMode;
    protected xo(): number;
    protected xr(): number;
    protected xq(): number;
    protected zn(): DoubleCollection;
    protected zo(): DoubleCollection;
    private ac4;
    private ac5;
    private abu;
    private abt;
    private aab;
    private aaa;
    protected abv(a: ValueLayerFrame, b: boolean): void;
    private abr;
    protected yt(a: Frame, b: SeriesView): void;
    protected f9(): boolean;
    protected q8(a: any, b: string, c: any, d: any): void;
    o4(a: boolean, b: SeriesView): void;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class ValueLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: ValueLayer);
    protected b7: ValueLayer;
    b8: Pool$1<Path>;
    protected b9: List$1<Path>;
    au(): void;
    private ch;
    private ca;
    private cc;
    private cb;
    cd(a: Path, b: number, c: number, d: number): void;
    ce(a: Brush, b: number): Brush;
    cg(a: Brush, b: number): Brush;
    cf(a: Brush, b: number): Brush;
    protected a8(a: RenderingContext, b: boolean): void;
    an(a: any): void;
}
