import * as i0 from '@angular/core'; import { ElementRef, EventEmitter } from '@angular/core'; import { NzConfigKey } from 'ng-zorro-antd/core/config'; import { NzTSType, NzSafeAny, NgStyleInterface } from 'ng-zorro-antd/core/types'; import { NzTooltipBaseDirective, NzTooltipTrigger, PropertyMapping, NzToolTipComponent } from 'ng-zorro-antd/tooltip'; declare class NzPopoverDirective extends NzTooltipBaseDirective { readonly _nzModuleName: NzConfigKey; arrowPointAtCenter?: boolean; title?: NzTSType; titleContext?: NzSafeAny | null; content?: NzTSType; contentContext?: NzSafeAny | null; directiveTitle?: NzTSType | null; trigger?: NzTooltipTrigger; placement?: string | string[]; origin?: ElementRef; visible?: boolean; mouseEnterDelay?: number; mouseLeaveDelay?: number; overlayClassName?: string; overlayStyle?: NgStyleInterface; overlayClickable?: boolean; directiveContent?: NzTSType | null; nzPopoverBackdrop?: boolean; readonly visibleChange: EventEmitter; protected getProxyPropertyMap(): PropertyMapping; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; static ngAcceptInputType_arrowPointAtCenter: unknown; } declare class NzPopoverComponent extends NzToolTipComponent { _prefix: string; nzContentContext: object | null; get hasBackdrop(): boolean; protected isEmpty(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NzPopoverModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NzPopoverComponent, NzPopoverDirective, NzPopoverModule };