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