import { TemplateRef, Type, ViewContainerRef } from '@angular/core'; import { MatDialog, MatDialogRef } from '@angular/material/dialog'; import { NgxTooltipOptions } from '../tooltip.directive'; import * as i0 from "@angular/core"; export declare const calcTooltipBounds: (template: TemplateRef | Type, data: any) => Promise; export declare class TooltipComponent { viewContainer: ViewContainerRef; private _data; dialog: MatDialog; dialogRef: MatDialogRef; data: any; config: NgxTooltipOptions; ownerCords: DOMRect; selfCords: any; template: TemplateRef | Type; isTemplate: boolean; hasBootstrapped: boolean; pointerIsOnVoid: boolean; coverRectCords: { top: number; left: number; height: number; width: number; }; constructor(viewContainer: ViewContainerRef, _data: any, dialog: MatDialog, // optional only for the purpose of estimating dimensions dialogRef: MatDialogRef); ngOnInit(): void; /** * Close the tooltip if these actions occur */ private onClose; private onPointerLeave; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }