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