import { Description } from "./Description";
import { UserAnnotationInformationDescription } from "./UserAnnotationInformationDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class UserAnnotationInformationEventArgsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get annotationInfo(): UserAnnotationInformationDescription;
    set annotationInfo(a: UserAnnotationInformationDescription);
}
