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