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