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