import { UserBaseAnnotationDescription } from "./UserBaseAnnotationDescription";
import { AxisMatcherDescription } from "./AxisMatcherDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class UserAxisAnnotationDescription extends UserBaseAnnotationDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private a5;
    get targetAxisRef(): string;
    set targetAxisRef(a: string);
    private az;
    get targetAxisMatcher(): AxisMatcherDescription;
    set targetAxisMatcher(a: AxisMatcherDescription);
    private a2;
    get value(): number;
    set value(a: number);
}
