import { FC } from 'react'; import { LoadingProps } from './type'; declare const LoadingComponent: FC; export default LoadingComponent;