import Check from './check.vue'; import type { Plugin } from 'vue'; export declare const CheckPlugin: Plugin; export { Check };