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_er(): boolean;
    constructor();
    protected ct(): SeriesView;
    q1(a: SeriesView): void;
    protected z8: FinalValueLayerView;
    aaw: string;
    aaa: Series;
    z9: FinalValueSelectionMode;
    abg: Brush;
    abe: Brush;
    aae: number;
    aak: number;
    abf: Brush;
    get abi(): Thickness;
    aag: number;
    aai: number;
    aah: number;
    aaf: number;
    axisAnnotationFormatLabel: (item: any) => string;
    aab(): boolean;
    aaj: number;
    protected yt(a: Series, b: boolean): void;
    protected yv(a: Frame, b: SeriesView): void;
    protected xk(a: Series): boolean;
    qp(): void;
    private abh;
    private aaz;
    private aad;
    private aac;
    protected aa0(a: FinalValueLayerFrame, b: boolean): void;
    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 FinalValueLayerView extends AnnotationLayerView {
    static $t: Type;
    constructor(a: FinalValueLayer);
    protected ce: FinalValueLayer;
    ax(): void;
    cf(a: Brush): Brush;
    aq(a: any): void;
}
