import { AnnotationLayer } from "./AnnotationLayer";
import { Series } from "./Series";
import { FinalValueSelectionMode } from "./FinalValueSelectionMode";
import { Brush } from "igniteui-react-core";
import { Thickness } from "igniteui-react-core";
import { FinalValueLayerFrame } from "./FinalValueLayerFrame";
import { Type } from "igniteui-react-core";
import { SeriesView } from "./SeriesView";
import { Frame } from "./Frame";
import { AnnotationLayerView } from "./AnnotationLayerView";
/**
 * @hidden
 */
export declare class FinalValueLayer extends AnnotationLayer {
    static $t: Type;
    protected bk(): Series;
    protected get_et(): boolean;
    constructor();
    protected ct(): SeriesView;
    ri(a: SeriesView): void;
    protected aau: FinalValueLayerView;
    abi: string;
    aaw: Series;
    aav: FinalValueSelectionMode;
    ab2: Brush;
    ab0: Brush;
    aa0: number;
    aa6: number;
    ab1: Brush;
    get ab4(): Thickness;
    aa2: number;
    aa4: number;
    aa3: number;
    aa1: number;
    axisAnnotationFormatLabel: (item: any) => string;
    aax(): boolean;
    aa5: number;
    protected ze(a: Series, b: boolean): void;
    protected zg(a: Frame, b: SeriesView): void;
    protected x5(a: Series): boolean;
    q5(): void;
    private ab3;
    private abl;
    private aaz;
    private aay;
    protected abm(a: FinalValueLayerFrame, b: boolean): void;
    protected zj(a: Frame, b: SeriesView): void;
    protected gh(): boolean;
    protected rr(a: any, b: string, c: any, d: any): void;
    pj(a: boolean, b: SeriesView): void;
    static $$p: string[];
}
/**
 * @hidden
 */
export declare class FinalValueLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: FinalValueLayer);
    protected cn: FinalValueLayer;
    a4(): void;
    co(a: Brush): Brush;
    ax(a: any): void;
}
