import { Plugin } from 'vue'; import Popover from './src/Popover.vue'; export declare const PopoverPlugin: Plugin; export { Popover };