import { ElementRef } from '@angular/core'; export declare class PopoverDirective { private el; dcPopover: string; options: any; titleBox: any; htmlStr: string; space: any; constructor(el: ElementRef); onMouseEnter(): void; onMouseLeave(): void; showTitle(): void; hideTitle(): void; }