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