import InProgress from './in-progress.vue'; import type { Plugin } from 'vue'; export declare const InProgressPlugin: Plugin; export { InProgress };