import React from 'react'; declare const LoadingScreen: React.FC<{ message?: string; }>; export default LoadingScreen;