import { AnnotationLayer } from "./AnnotationLayer";
import { ValueLayerValueMode } from "./ValueLayerValueMode";
import { Brush } from "igniteui-react-core";
import { Series } from "./Series";
import { Axis } from "./Axis";
import { Type, Point } from "igniteui-react-core";
import { Thickness } from "igniteui-react-core";
import { Visibility } from "igniteui-react-core";
import { ValueLayerFrame } from "./ValueLayerFrame";
import { List$1 } from "igniteui-react-core";
import { Pool$1 } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { AnnotationAppearanceMode } from "./AnnotationAppearanceMode";
import { DoubleCollection } from "igniteui-react-core";
import { AnnotationLayerView } from "./AnnotationLayerView";
import { Path } from "igniteui-react-core";
import { RenderingContext } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class ValueLayer extends AnnotationLayer {
    static $t: Type;
    protected bk(): Series;
    protected get_eu(): boolean;
    constructor();
    protected ct(): SeriesView;
    q1(a: SeriesView): void;
    protected aag: ValueLayerView;
    aaf: ValueLayerValueMode;
    ac7: Brush;
    ac8: Brush;
    aa9: string;
    gu(a: Series): boolean;
    aad: Series;
    aa6: string;
    z8: Axis;
    aak: boolean;
    aah: boolean;
    z9: (item: any) => string;
    aaa: (item: any) => string;
    adb: Brush;
    ac9: Brush;
    aan: number;
    aaz: number;
    ada: Brush;
    get adh(): Thickness;
    aap: number;
    aar: number;
    aaq: number;
    aao: number;
    get adi(): Thickness;
    aav: number;
    aax: number;
    aaw: number;
    aau: number;
    aas: number;
    ade: Brush;
    adc: Brush;
    aat: number;
    aa0: number;
    add: Brush;
    aay: number;
    adk: Visibility;
    adj: Visibility;
    aaj: boolean;
    ac6: Brush;
    private z7;
    private aab;
    private aac;
    mc(): string;
    protected get_isSummarizationSupported(): boolean;
    i5(a: Point, b: boolean, c: boolean): number;
    getDataLegendSeriesContextAt(a: number, b: number): any;
    protected yt(a: Series, b: boolean): void;
    protected yv(a: Frame, b: SeriesView): void;
    private ab3;
    protected xk(a: Series): boolean;
    protected aai(a: Axis): boolean;
    qp(): void;
    private aae;
    protected w4(): AnnotationAppearanceMode;
    protected xr(): number;
    protected xu(): number;
    protected xt(): number;
    protected zw(): DoubleCollection;
    protected zx(): DoubleCollection;
    private adf;
    private adg;
    private ab5;
    private ab4;
    private aam;
    private aal;
    protected ab6(a: ValueLayerFrame, b: boolean): void;
    private ab2;
    protected yy(a: Frame, b: SeriesView): void;
    protected ga(): boolean;
    protected ra(a: any, b: string, c: any, d: any): void;
    o5(a: boolean, b: SeriesView): void;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class ValueLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: ValueLayer);
    protected ce: ValueLayer;
    cf: Pool$1<Path>;
    protected cg: List$1<Path>;
    ax(): void;
    private cl;
    private ch;
    private cj;
    private ci;
    ck(a: Path, b: number, c: number, d: number): void;
    protected bc(a: RenderingContext, b: boolean): void;
    aq(a: any): void;
}
