import { ElementRef } from '@angular/core'; import { BDirective, DisplayPosition } from '../bcomponent'; export declare class PopoverBDirective extends BDirective { position: DisplayPosition; bcPopover: string; header: string; focus: any; hover: any; constructor(el: ElementRef); ngAfterViewInit(): void; }