import { EventEmitter, ChangeDetectorRef, AfterContentInit, TemplateRef, QueryList } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "@angular/common"; import * as i2 from "primeng/button"; export declare class InplaceDisplay { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class InplaceContent { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class Inplace implements AfterContentInit { cd: ChangeDetectorRef; active: boolean; closable: boolean; disabled: boolean; preventClick: boolean; style: any; styleClass: string; closeIcon: string; templates: QueryList; onActivate: EventEmitter; onDeactivate: EventEmitter; hover: boolean; displayTemplate: TemplateRef; contentTemplate: TemplateRef; constructor(cd: ChangeDetectorRef); ngAfterContentInit(): void; onActivateClick(event: any): void; onDeactivateClick(event: any): void; activate(event?: Event): void; deactivate(event?: Event): void; onKeydown(event: KeyboardEvent): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class InplaceModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }