import { FC } from 'react'; declare type Props = { title?: string; }; declare const LoadingScreen: FC; export default LoadingScreen;