import { DataAnnotationShapeLayer } from "./DataAnnotationShapeLayer";
import { Brush } from "igniteui-react-core";
import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare abstract class DataAnnotationRangeLayer extends DataAnnotationShapeLayer {
    static $t: Type;
    ahn: Brush;
    ahl: Brush;
    ahm: Brush;
    ahk: Brush;
    ahi: Brush;
    ahj: Brush;
    ahh: Brush;
    ahf: Brush;
    ahg: Brush;
    protected rr(a: any, b: string, c: any, d: any): void;
    static $$p: string[];
}
