declare module 'v-clipboard' { import { PluginObject } from 'vue'; const vClipboard: PluginObject<any>; export default vClipboard; }