/** * @description * EventBus系统使用的所有事件的基类。 * * @docsCategory events 事件 */ export declare abstract class PickerEvent { readonly createdAt: Date; protected constructor(); }