import { IgxDataAnnotationShapeLayerComponent } from "./igx-data-annotation-shape-layer-component";
import { DataAnnotationSliceLayer } from "./DataAnnotationSliceLayer";
import * as i0 from "@angular/core";
/**
 * Represents an annotation layer that renders vertical or horizontal slices/lines at values mapped to AnnotationValueMemberPath property
 * horizontal slices/lines when TargetAxis is set to Y-axis
 * vertical slices/lines when TargetAxis is set to X-axis
*/
export declare class IgxDataAnnotationSliceLayerComponent extends IgxDataAnnotationShapeLayerComponent {
    protected createImplementation(): DataAnnotationSliceLayer;
    /**
                                 * @hidden
                                 */
    get i(): DataAnnotationSliceLayer;
    constructor();
    /**
     * Gets or sets name of data column with values used to position annotations.
    */
    get annotationValueMemberPath(): string;
    set annotationValueMemberPath(v: string);
    /**
     * Gets or sets mapping custom label on axis annotations.
    */
    get annotationLabelMemberPath(): string;
    set annotationLabelMemberPath(v: string);
    /**
     * Gets or sets a member path for visibility of the badge annotations on an axis.
    */
    get annotationBadgeEnabledMemberPath(): string;
    set annotationBadgeEnabledMemberPath(v: string);
    /**
     * Gets or sets a member path for background of the badge annotations on an axis.
    */
    get annotationBadgeBackgroundMemberPath(): string;
    set annotationBadgeBackgroundMemberPath(v: string);
    /**
     * Gets or sets a member path for outline of the badge annotations on an axis.
    */
    get annotationBadgeOutlineMemberPath(): string;
    set annotationBadgeOutlineMemberPath(v: string);
    /**
     * Gets or sets a member path for image of the badge annotations on an axis.
    */
    get annotationBadgeImageMemberPath(): string;
    set annotationBadgeImageMemberPath(v: string);
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataAnnotationSliceLayerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataAnnotationSliceLayerComponent, "igx-data-annotation-slice-layer", never, { "annotationValueMemberPath": { "alias": "annotationValueMemberPath"; "required": false; }; "annotationLabelMemberPath": { "alias": "annotationLabelMemberPath"; "required": false; }; "annotationBadgeEnabledMemberPath": { "alias": "annotationBadgeEnabledMemberPath"; "required": false; }; "annotationBadgeBackgroundMemberPath": { "alias": "annotationBadgeBackgroundMemberPath"; "required": false; }; "annotationBadgeOutlineMemberPath": { "alias": "annotationBadgeOutlineMemberPath"; "required": false; }; "annotationBadgeImageMemberPath": { "alias": "annotationBadgeImageMemberPath"; "required": false; }; }, {}, never, never, true, never>;
}
