import { Plugin } from 'vue';

export type Lazyload = Plugin;

export const Lazyload: Lazyload;