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