import { DataAnnotationShapeLayerDescription } from "./DataAnnotationShapeLayerDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataAnnotationSliceLayerDescription extends DataAnnotationShapeLayerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private jo;
    get annotationValueMemberPath(): string;
    set annotationValueMemberPath(a: string);
    private jn;
    get annotationLabelMemberPath(): string;
    set annotationLabelMemberPath(a: string);
}
