import { SeriesDescription } from "./SeriesDescription";
import { UserBaseAnnotationDescription } from "./UserBaseAnnotationDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class UserAnnotationLayerDescription extends SeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private fa;
    get annotations(): UserBaseAnnotationDescription[];
    set annotations(a: UserBaseAnnotationDescription[]);
    private fg;
    get userAnnotationInformationRequestedRef(): string;
    set userAnnotationInformationRequestedRef(a: string);
    private fc;
    get stylingAxisAnnotationRef(): string;
    set stylingAxisAnnotationRef(a: string);
    private fe;
    get stylingSliceAnnotationRef(): string;
    set stylingSliceAnnotationRef(a: string);
    private ff;
    get stylingStripAnnotationRef(): string;
    set stylingStripAnnotationRef(a: string);
    private fd;
    get stylingPointAnnotationRef(): string;
    set stylingPointAnnotationRef(a: string);
}
