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