import type { LoadingOptions } from 'element-plus'; export declare function showLoading(options?: LoadingOptions, fullscreen?: boolean): any; /** 显示全屏 Loading */ export declare function showFullScreenLoading(options?: LoadingOptions): any; /** 显示 隐藏 Loading */ export declare function hideLoading(): void;