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