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