import * as React from 'react'; declare const Loading: (props: any) => React.JSX.Element | null; export default Loading;