import { PluginObject } from 'vue'; import { DialogService } from './dialog-service'; declare module 'vue/types/vue' { interface Vue { $dialog: DialogService; } } declare const DialogServicePlugin: PluginObject; export default DialogServicePlugin; //# sourceMappingURL=dialog-service.plugin.d.ts.map