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_es(): boolean;
    constructor();
    protected ct(): SeriesView;
    q3(a: SeriesView): void;
    protected aab: FinalValueLayerView;
    aaz: string;
    aad: Series;
    aac: FinalValueSelectionMode;
    abj: Brush;
    abh: Brush;
    aah: number;
    aan: number;
    abi: Brush;
    get abl(): Thickness;
    aaj: number;
    aal: number;
    aak: number;
    aai: number;
    axisAnnotationFormatLabel: (item: any) => string;
    aae(): boolean;
    aam: number;
    protected yw(a: Series, b: boolean): void;
    protected yy(a: Frame, b: SeriesView): void;
    protected xn(a: Series): boolean;
    qr(): void;
    private abk;
    private aa2;
    private aag;
    private aaf;
    protected aa3(a: FinalValueLayerFrame, b: boolean): void;
    protected y1(a: Frame, b: SeriesView): void;
    protected gb(): boolean;
    protected rc(a: any, b: string, c: any, d: any): void;
    o7(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;
}
