declare module 'vue3-watermark-plugin' {
  import type { Plugin } from 'vue';
  const plugin: Plugin;
  export default plugin;
  export * from '../index';
}