/// import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class jqxPopoverComponent implements OnChanges { attrArrowOffsetValue: number; attrAnimationOpenDelay: number | string; attrAnimationCloseDelay: number | string; attrAutoClose: boolean; attrAnimationType: string; attrInitContent: () => void; attrIsModal: boolean; attrOffset: any; attrPosition: string; attrRtl: boolean; attrSelector: string; attrShowArrow: boolean; attrShowCloseButton: boolean; attrTitle: string | number; attrTheme: string; attrWidth: string | number; attrHeight: string | number; autoCreate: boolean; properties: string[]; host: any; elementRef: ElementRef; widgetObject: jqwidgets.jqxPopover; constructor(containerElement: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): boolean; arraysEqual(attrValue: any, hostValue: any): boolean; manageAttributes(): any; moveClasses(parentEl: HTMLElement, childEl: HTMLElement): void; moveStyles(parentEl: HTMLElement, childEl: HTMLElement): void; createComponent(options?: any): void; createWidget(options?: any): void; __updateRect__(): void; setOptions(options: any): void; arrowOffsetValue(arg?: number): number; animationOpenDelay(arg?: number | string): number | string; animationCloseDelay(arg?: number | string): number | string; autoClose(arg?: boolean): boolean; animationType(arg?: string): string; height(arg?: number | string): number | string; initContent(arg?: () => void): () => void; isModal(arg?: boolean): boolean; offset(arg?: any): any; position(arg?: string): string; rtl(arg?: boolean): boolean; selector(arg?: string): string; showArrow(arg?: boolean): boolean; showCloseButton(arg?: boolean): boolean; width(arg?: number | string): number | string; title(arg?: string | number): string | number; theme(arg?: string): string; close(): void; destroy(): void; open(): void; onClose: EventEmitter; onOpen: EventEmitter; __wireEvents__(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }