import Dialog from './dialog.vue'; import type { Plugin } from 'vue'; export declare const DialogPlugin: Plugin; export { Dialog };