import { OnInit, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class InfoPopupComponent implements OnInit { width: string; header: string; set show(show: boolean); top: number; left: number; target: any; popup: ElementRef; get show(): boolean; private _show; private _closeTimeOutID; private _close; get visibility(): string; get opacity(): number; hide(): void; mouseLeave(event: any): void; mouseOver(event: any): void; stopClose(): void; startClose(): void; display(event: any, target: any): void; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=info-popup.component.d.ts.map