import { ComponentProvider } from 'react-native';
export declare class AppRegistryService {
    registerComponent(appKey: string, getComponentFunc: ComponentProvider): void;
}
//# sourceMappingURL=AppRegistryService.d.ts.map