import { ComponentProvider } from 'react-native'; export declare class AppRegistryService { registerComponent(appKey: string, getComponentFunc: ComponentProvider): void; }