import { FC } from 'react'; declare const Loading: FC<{}>; export default Loading;