import { IgxUserAnnotationInformation } from "./igx-user-annotation-information";
import { UserAnnotationInformationEventArgs as UserAnnotationInformationEventArgs_internal } from "./UserAnnotationInformationEventArgs";
export declare class IgxUserAnnotationInformationEventArgs {
    protected createImplementation(): UserAnnotationInformationEventArgs_internal;
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): UserAnnotationInformationEventArgs_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
    get annotationInfo(): IgxUserAnnotationInformation;
    set annotationInfo(v: IgxUserAnnotationInformation);
}
