import { SFC } from 'react'; import './index.less'; interface LoadingProps { color: string; } declare type Loading = LoadingProps & Size; declare const Loading: SFC; export default Loading;