import React from "react"; export interface LoadingProps { loading?: boolean; fullScreen?: boolean; } export declare const Loading: React.SFC;