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