import { DataAnnotationShapeLayer } from "./DataAnnotationShapeLayer";
import { IFastItemColumn$1 } from "igniteui-react-core";
import { Series } from "./Series";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class DataAnnotationSliceLayer extends DataAnnotationShapeLayer {
    static $t: Type;
    constructor();
    protected bk(): Series;
    protected get_acu(): boolean;
    protected aef(a: number): void;
    protected rc(a: any, b: string, c: any, d: any): void;
    protected aeh(a: any, b: any): void;
    afr: string;
    private afk;
    get afm(): IFastItemColumn$1<number>;
    set afm(a: IFastItemColumn$1<number>);
    afo: string;
    private afj;
    get afl(): IFastItemColumn$1<any>;
    set afl(a: IFastItemColumn$1<any>);
    static $$p: string[];
}
