import Tool from './tool.vue'; import type { Plugin } from 'vue'; export declare const ToolPlugin: Plugin; export { Tool };