export declare const ElLoading: { directive: Directive; service: (options?: Partial & { target: string | HTMLElement; body: boolean; }>) => any; }; export default ElLoading; export declare const ElLoadingDirective: Directive; export declare const ElLoadingService: (options?: Partial & { target: string | HTMLElement; body: boolean; }>) => any; export * from './src/types';