import { DataAnnotationRangeLayerDescription } from "./DataAnnotationRangeLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataAnnotationStripLayerDescription extends DataAnnotationRangeLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private k3;
    get startValueMemberPath(): string;
    set startValueMemberPath(a: string);
    private k2;
    get startLabelMemberPath(): string;
    set startLabelMemberPath(a: string);
    private k1;
    get startLabelDisplayMode(): string;
    set startLabelDisplayMode(a: string);
    private k0;
    get endValueMemberPath(): string;
    set endValueMemberPath(a: string);
    private kz;
    get endLabelMemberPath(): string;
    set endLabelMemberPath(a: string);
    private ky;
    get endLabelDisplayMode(): string;
    set endLabelDisplayMode(a: string);
    private kx;
    get centerLabelMemberPath(): string;
    set centerLabelMemberPath(a: string);
    private kw;
    get centerLabelDisplayMode(): string;
    set centerLabelDisplayMode(a: string);
    private kt;
    get annotationBadgeEnabledMemberPath(): string;
    set annotationBadgeEnabledMemberPath(a: string);
    private ks;
    get annotationBadgeBackgroundMemberPath(): string;
    set annotationBadgeBackgroundMemberPath(a: string);
    private kv;
    get annotationBadgeOutlineMemberPath(): string;
    set annotationBadgeOutlineMemberPath(a: string);
    private ku;
    get annotationBadgeImageMemberPath(): string;
    set annotationBadgeImageMemberPath(a: string);
}
