import Vue, { PluginFunction } from 'vue'; export interface Lazyload { install: PluginFunction } export const Lazyload: Lazyload;