import React from 'react';
interface IProps {
}
export declare const Loading: React.FunctionComponent<IProps>;
export {};
