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