import React from 'react'; /** Fullscreen loading indicator. */ const LoadingScreen: React.FC = () => (
); export { LoadingScreen as default };