import { DataAnnotationPointLayer } from "./DataAnnotationPointLayer";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Series } from "./Series";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class DataAnnotationBandLayer extends DataAnnotationPointLayer {
    static $t: Type;
    constructor();
    protected bk(): Series;
    protected afq(a: number): void;
    protected rr(a: any, b: string, c: any, d: any): void;
    protected afs(a: any, b: any): void;
    ala: string;
    private ak8;
    get ak9(): IFastItemColumn$1<number>;
    set ak9(a: IFastItemColumn$1<number>);
    static $$p: string[];
}
