declare module 'react-native-web' { export const AppRegistry: { registerComponent( name: string, callback: () => React.ComponentType ): void; getApplication( name: string, options?: { initialProps: object } ): { element: React.ReactElement; getStyleElement(): React.ReactElement; }; }; }