import { OnInit, ElementRef } from '@angular/core'; export declare class ExgPopupComponent implements OnInit { y: string; x: string; visibility: string; opacity: string; width: string; closeAlways: boolean; closeOnButtonOnly: boolean; host: any; flip: boolean; constructor(host: ElementRef); open(e: MouseEvent): void; openUnderLeft(e: MouseEvent): void; openUnderRight(e: MouseEvent): void; openUnderCenter(e: MouseEvent): void; openAboveCenter(e: MouseEvent): void; close(): void; onDocumentClick(e: MouseEvent): void; ngOnInit(): void; }