import InProcess from './in-process.vue'; import type { Plugin } from 'vue'; export declare const InProcessPlugin: Plugin; export { InProcess };