import { default as React } from 'react'; type Props = { title?: string; abyssLandingUrl?: string; }; declare const LoadingLayout: React.FC; export default LoadingLayout;