import { Plugin } from 'vue'; import { default as Loading } from './src/index.vue'; export declare const LoadingPlugin: Plugin; export { Loading, };