import { DataAnnotationPointLayerDescription } from "./DataAnnotationPointLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataAnnotationBandLayerDescription extends DataAnnotationPointLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private l4;
    get annotationBreadthMemberPath(): string;
    set annotationBreadthMemberPath(a: string);
}
