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, undefined]; //# sourceMappingURL=getThemingModule.native.d.ts.map