import type { TemplateResult } from 'lit'; import { type AsyncState } from './types'; /** * Wraps an async operation in an async generator that first yields * the `loadingContent` and then the result of the operation. */ export declare function loading(asyncOperation: AsyncState, loadingContent?: TemplateResult | string): AsyncIterable; //# sourceMappingURL=loading.d.ts.map