import { UserBaseAnnotationDescription } from "./UserBaseAnnotationDescription";
import { SeriesMatcherDescription } from "./SeriesMatcherDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class UserPointAnnotationDescription extends UserBaseAnnotationDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private a7;
    get targetSeriesRef(): string;
    set targetSeriesRef(a: string);
    private az;
    get targetSeriesMatcher(): SeriesMatcherDescription;
    set targetSeriesMatcher(a: SeriesMatcherDescription);
    private a2;
    get xValue(): number;
    set xValue(a: number);
    private a3;
    get yValue(): number;
    set yValue(a: number);
}
