import { IgxDataAnnotationPointLayerComponent } from "./igx-data-annotation-point-layer-component";
import { DataAnnotationRectLayer } from "./DataAnnotationRectLayer";
import * as i0 from "@angular/core";
/**
 * Represents an annotation layer that renders rectangles at locations of x/y values mapped to these properties:
 * StartValueXMemberPath
 * StartValueYMemberPath
 * EndValueXMemberPath
 * EndValueYMemberPath
*/
export declare class IgxDataAnnotationRectLayerComponent extends IgxDataAnnotationPointLayerComponent {
    protected createImplementation(): DataAnnotationRectLayer;
    /**
                                 * @hidden
                                 */
    get i(): DataAnnotationRectLayer;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataAnnotationRectLayerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataAnnotationRectLayerComponent, "igx-data-annotation-rect-layer", never, {}, {}, never, never>;
}
