export interface Props { loading?: boolean; loadingTip?: any; } export default function MessageLoading(props: Props): any;