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