import { Plugin } from 'vue'; import Image from './src/Image.vue'; export declare const ImagePlugin: Plugin; export { Image, };