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