import { EventEmitter, TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare enum NgtPopoverPosition { DEFAULT = "TOP", TOP = "TOP", BOTTOM = "BOTTOM" } export declare class NgtPopoverTooltipComponent { onMouseHoverEvent: EventEmitter; onMouseLeaveEvent: EventEmitter; popover: string; popoverTemplate: TemplateRef; position: NgtPopoverPosition; positionX: number; positionY: number; positionClasses: any; popoverTemplateStyle: string; onMouseLeave(): void; onMouseEnter(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }