export declare const loading: (loadingText: string | undefined, processor: () => Promise<any>) => Promise<any>;
