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