import React from 'react';
export type LoadingProps = {
    tip?: string;
};
export declare const Loading: React.FC<LoadingProps>;
