import { DataAnnotationDisplayMode } from "./DataAnnotationDisplayMode";
import { IgxDataAnnotationRangeLayerComponent } from "./igx-data-annotation-range-layer-component";
import { DataAnnotationPointLayer } from "./DataAnnotationPointLayer";
import * as i0 from "@angular/core";
/**
 * Represents a base of annotation layers that render shapes at locations of x/y values mapped to these properties:
 * StartValueXMemberPath
 * StartValueYMemberPath
 * EndValueXMemberPath
 * EndValueYMemberPath
*/
export declare abstract class IgxDataAnnotationPointLayerComponent extends IgxDataAnnotationRangeLayerComponent {
    /**
                                 * @hidden
                                 */
    get i(): DataAnnotationPointLayer;
    constructor();
    /**
     * Gets or sets name of data column with x-positions for the start of annotations.
    */
    get startValueXMemberPath(): string;
    set startValueXMemberPath(v: string);
    /**
     * Gets or sets name of data column with y-positions for the start of annotations.
    */
    get startValueYMemberPath(): string;
    set startValueYMemberPath(v: string);
    /**
     * Gets or sets mapping custom label at the start of annotations on x-axis.
    */
    get startLabelXMemberPath(): string;
    set startLabelXMemberPath(v: string);
    /**
     * Gets or sets mapping custom label at the start of annotations on y-axis.
    */
    get startLabelYMemberPath(): string;
    set startLabelYMemberPath(v: string);
    /**
     * Gets or sets display mode of label in the start annotation on x-axis.
    */
    get startLabelXDisplayMode(): DataAnnotationDisplayMode;
    set startLabelXDisplayMode(v: DataAnnotationDisplayMode);
    static ngAcceptInputType_startLabelXDisplayMode: DataAnnotationDisplayMode | string;
    /**
     * Gets or sets display mode of label in the start annotation on y-axis.
    */
    get startLabelYDisplayMode(): DataAnnotationDisplayMode;
    set startLabelYDisplayMode(v: DataAnnotationDisplayMode);
    static ngAcceptInputType_startLabelYDisplayMode: DataAnnotationDisplayMode | string;
    /**
     * Gets or sets name of data column with x-positions for end of annotation.
    */
    get endValueXMemberPath(): string;
    set endValueXMemberPath(v: string);
    /**
     * Gets or sets name of data column with y-positions for end of annotation.
    */
    get endValueYMemberPath(): string;
    set endValueYMemberPath(v: string);
    /**
     * Gets or sets mapping custom label at the end of annotations on x-axis.
    */
    get endLabelXMemberPath(): string;
    set endLabelXMemberPath(v: string);
    /**
     * Gets or sets mapping custom label at the end of annotations on y-axis.
    */
    get endLabelYMemberPath(): string;
    set endLabelYMemberPath(v: string);
    /**
     * Gets or sets display mode of label at the end annotation on x-axis.
    */
    get endLabelXDisplayMode(): DataAnnotationDisplayMode;
    set endLabelXDisplayMode(v: DataAnnotationDisplayMode);
    static ngAcceptInputType_endLabelXDisplayMode: DataAnnotationDisplayMode | string;
    /**
     * Gets or sets display mode of label at the end annotation on y-axis.
    */
    get endLabelYDisplayMode(): DataAnnotationDisplayMode;
    set endLabelYDisplayMode(v: DataAnnotationDisplayMode);
    static ngAcceptInputType_endLabelYDisplayMode: DataAnnotationDisplayMode | string;
    /**
     * Gets or sets mapping custom label at the center of the annotations on x-axis.
    */
    get centerLabelXMemberPath(): string;
    set centerLabelXMemberPath(v: string);
    /**
     * Gets or sets mapping custom label at the center of the annotations on y-axis.
    */
    get centerLabelYMemberPath(): string;
    set centerLabelYMemberPath(v: string);
    /**
     * Gets or sets display mode of label in the annotation on x-axis.
    */
    get centerLabelXDisplayMode(): DataAnnotationDisplayMode;
    set centerLabelXDisplayMode(v: DataAnnotationDisplayMode);
    static ngAcceptInputType_centerLabelXDisplayMode: DataAnnotationDisplayMode | string;
    /**
     * Gets or sets display mode of label in the annotation on y-axis.
    */
    get centerLabelYDisplayMode(): DataAnnotationDisplayMode;
    set centerLabelYDisplayMode(v: DataAnnotationDisplayMode);
    static ngAcceptInputType_centerLabelYDisplayMode: DataAnnotationDisplayMode | string;
    /**
     * Gets or sets a member path for visibility of the badge annotations on x-axis.
    */
    get annotationBadgeEnabledXMemberPath(): string;
    set annotationBadgeEnabledXMemberPath(v: string);
    /**
     * Gets or sets a member path for visibility of the badge annotations on y-axis.
    */
    get annotationBadgeEnabledYMemberPath(): string;
    set annotationBadgeEnabledYMemberPath(v: string);
    /**
     * Gets or sets a member path for background of the badge annotations on x-axis.
    */
    get annotationBadgeBackgroundXMemberPath(): string;
    set annotationBadgeBackgroundXMemberPath(v: string);
    /**
     * Gets or sets a member path for background of the badge annotations on y-axis.
    */
    get annotationBadgeBackgroundYMemberPath(): string;
    set annotationBadgeBackgroundYMemberPath(v: string);
    /**
     * Gets or sets a member path for outline of the badge annotations on x-axis.
    */
    get annotationBadgeOutlineXMemberPath(): string;
    set annotationBadgeOutlineXMemberPath(v: string);
    /**
     * Gets or sets a member path for outline of the badge annotations on y-axis.
    */
    get annotationBadgeOutlineYMemberPath(): string;
    set annotationBadgeOutlineYMemberPath(v: string);
    /**
     * Gets or sets a member path for displaying an image in the badge annotations on x-axis.
    */
    get annotationBadgeImageXMemberPath(): string;
    set annotationBadgeImageXMemberPath(v: string);
    /**
     * Gets or sets a member path for displaying an image in the badge annotations on y-axis.
    */
    get annotationBadgeImageYMemberPath(): string;
    set annotationBadgeImageYMemberPath(v: string);
    static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataAnnotationPointLayerComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataAnnotationPointLayerComponent, "ng-component", never, { "startValueXMemberPath": { "alias": "startValueXMemberPath"; "required": false; }; "startValueYMemberPath": { "alias": "startValueYMemberPath"; "required": false; }; "startLabelXMemberPath": { "alias": "startLabelXMemberPath"; "required": false; }; "startLabelYMemberPath": { "alias": "startLabelYMemberPath"; "required": false; }; "startLabelXDisplayMode": { "alias": "startLabelXDisplayMode"; "required": false; }; "startLabelYDisplayMode": { "alias": "startLabelYDisplayMode"; "required": false; }; "endValueXMemberPath": { "alias": "endValueXMemberPath"; "required": false; }; "endValueYMemberPath": { "alias": "endValueYMemberPath"; "required": false; }; "endLabelXMemberPath": { "alias": "endLabelXMemberPath"; "required": false; }; "endLabelYMemberPath": { "alias": "endLabelYMemberPath"; "required": false; }; "endLabelXDisplayMode": { "alias": "endLabelXDisplayMode"; "required": false; }; "endLabelYDisplayMode": { "alias": "endLabelYDisplayMode"; "required": false; }; "centerLabelXMemberPath": { "alias": "centerLabelXMemberPath"; "required": false; }; "centerLabelYMemberPath": { "alias": "centerLabelYMemberPath"; "required": false; }; "centerLabelXDisplayMode": { "alias": "centerLabelXDisplayMode"; "required": false; }; "centerLabelYDisplayMode": { "alias": "centerLabelYDisplayMode"; "required": false; }; "annotationBadgeEnabledXMemberPath": { "alias": "annotationBadgeEnabledXMemberPath"; "required": false; }; "annotationBadgeEnabledYMemberPath": { "alias": "annotationBadgeEnabledYMemberPath"; "required": false; }; "annotationBadgeBackgroundXMemberPath": { "alias": "annotationBadgeBackgroundXMemberPath"; "required": false; }; "annotationBadgeBackgroundYMemberPath": { "alias": "annotationBadgeBackgroundYMemberPath"; "required": false; }; "annotationBadgeOutlineXMemberPath": { "alias": "annotationBadgeOutlineXMemberPath"; "required": false; }; "annotationBadgeOutlineYMemberPath": { "alias": "annotationBadgeOutlineYMemberPath"; "required": false; }; "annotationBadgeImageXMemberPath": { "alias": "annotationBadgeImageXMemberPath"; "required": false; }; "annotationBadgeImageYMemberPath": { "alias": "annotationBadgeImageYMemberPath"; "required": false; }; }, {}, never, never, true, never>;
}
