import { ElementRef } from '@angular/core'; import { PopoverService } from './popover.service'; import * as i0 from "@angular/core"; export declare class PopoverDirective { private elRef; private popoverService; dynamicComponent: any; refrence: any; placement: string; leftValue: any; topValue: any; constructor(elRef: ElementRef, popoverService: PopoverService); click(): void; onMouseEnter(): void; onMouseOver(): void; getPosition(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }