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 aef(a: number): void;
    protected rc(a: any, b: string, c: any, d: any): void;
    protected aeh(a: any, b: any): void;
    aii: string;
    private aig;
    get aih(): IFastItemColumn$1<number>;
    set aih(a: IFastItemColumn$1<number>);
    static $$p: string[];
}
