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