1import React from 'react'; 2/** 3 * Register and mount the root component using the predefined rendering 4 * method. This function ensures the Splash Screen and errors are handled correctly. 5 */ 6export declare function renderRootComponent(Component: React.ComponentType<any>): void; 7//# sourceMappingURL=renderRootComponent.d.ts.map