import React from 'react'; import { ILoadingProps } from './types'; declare const Loading: React.FC; export default Loading;