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;
    af9: Brush;
    af7: Brush;
    af8: Brush;
    af6: Brush;
    af4: Brush;
    af5: Brush;
    af3: Brush;
    af1: Brush;
    af2: Brush;
    protected rc(a: any, b: string, c: any, d: any): void;
    static $$p: string[];
}
