import React from 'react'; interface LoadingProps { prefixCls?: string; } declare const Loading: React.FC>; export default Loading;