import type appAndroid from './app-Android';
import type appIOS from './app-iOS';
declare const App: typeof appAndroid & typeof appIOS;
export default App;
