import { IgxUserPointAnnotation } from "./igx-user-point-annotation";
import { UserPointAnnotationStylingEventArgs as UserPointAnnotationStylingEventArgs_internal } from "./UserPointAnnotationStylingEventArgs";
/**
 * Represents the event arguments for the UserAxisAnnotation styling events.
*/
export declare class IgxUserPointAnnotationStylingEventArgs {
    protected createImplementation(): UserPointAnnotationStylingEventArgs_internal;
    protected _implementation: any;
    /**
     * @hidden
     */
    get i(): UserPointAnnotationStylingEventArgs_internal;
    private onImplementationCreated;
    constructor();
    protected _provideImplementation(i: any): void;
    /**
     * The annotation to style.
    */
    get annotation(): IgxUserPointAnnotation;
    set annotation(v: IgxUserPointAnnotation);
}
