import { Directive } from 'vue';
/**
 * @external
 */
declare const BPopover: Directive<HTMLElement>;
export default BPopover;
