export declare const withLoading: (message: string, fn: () => Promise) => Promise;