declare const events: string[]; declare const configuration: string[]; declare const reconcileEvents: (oldEvents: any, newEvents: any, widget: any) => void; declare const reconcileConfiguration: (oldConfiguration: any, newConfiguration: any, widget: any) => void; export { configuration, events, reconcileEvents, reconcileConfiguration };