import type { AppContext } from 'vue'; import type { LoadingOptionsResolved } from './types'; export declare function createLoadingComponent(options: LoadingOptionsResolved, appContext: AppContext | null): any; export type LoadingInstance = ReturnType;