import { Plugin } from 'vue'; import { LoadingMethod } from './type'; export type LoadingPluginType = Plugin & LoadingMethod; export declare const LoadingPlugin: LoadingPluginType; export default LoadingPlugin;