import type { FC } from 'react'; import type { LoadingProps } from './PropsType'; import './style/index.less'; declare const Loading: FC; export default Loading;