import type { NativeEventEmitter } from 'react-native'; import type { OfficeThemingModule } from './officeThemingModule'; /** * implementations for react-native-web, where the native module will not exist. In this case just use the full fallback implementation */ export declare function getThemingModule(): [OfficeThemingModule, NativeEventEmitter | undefined]; //# sourceMappingURL=getThemingModule.d.ts.map