export default function _default(): { on(type: any, handler: any): void; off(type: any, handler: any): void; emit(type: any, evt: any): void; };