declare module 'vue-masonry' { import Vue, { PluginFunction } from 'vue'; export class VueMasonryPlugin { static install: PluginFunction; } }