import * as React from 'react';
export declare const loading: (title: React.ReactNode, processor: () => Promise<any>) => Promise<any>;
