import NativeEventDispatcher from './NativeEventDispatcher'; /** @hidden */ export default class NativeEventDispatcherFactory { private static instance; static getInstance(): NativeEventDispatcher; }