import * as React from 'react'; interface ILoadingProps { } declare const Loading: React.FunctionComponent; export default Loading;