/** * @copyright NIIT Technologies Ltd. 2017-18. */ import { NgZone, ElementRef, Renderer } from '@angular/core'; import { ControlComponent } from '../../core/component/control.component'; import { jqxPopoverComponent } from 'jqwidgets-framework/jqwidgets-ts/angular_jqxpopover'; /** * Popover */ export declare class NgcPopoverComponent extends ControlComponent { private ngZone; private elementRef; private rendererRef; arrowOffsetValue: any; animationOpenDelay: any; animationCloseDelay: any; autoClose: any; animationType: any; initContent: any; isModal: any; offset: any; position: any; rtl: any; selector: any; showArrow: any; showCloseButton: any; title: any; theme: any; width: any; height: any; autoCreate: boolean; jqxPopover: jqxPopoverComponent; /** * Initialize */ constructor(ngZone: NgZone, elementRef: ElementRef, rendererRef: Renderer); open(): void; } /** * Popover Module */ export declare class NgcPopoverModule { }