/// import * as ReactReconciler from "react-reconciler"; export declare let ROOT_NODE: any; export declare let container: ReactReconciler.FiberRoot; declare const AppRegistry: { registerComponent: (name: string, component: import("react").ComponentType<{}>) => void; updateProxy: (app: any) => void; }; export default AppRegistry;