import React from 'react'; import { ILoadingProp } from '../type'; import './index.less'; declare const Loader: React.FC; export default Loader;