import { FormGroup } from '@angular/forms'; import { ICellRendererAngularComp } from 'ag-grid-angular'; import { Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class GeneralInputRendererComponent implements ICellRendererAngularComp { arrayKey: string; formGroup: FormGroup; key: string; params: any; isEdit: boolean; uniquenessApiPath: string; uniquenessSubscriber: Subscription; readonly: boolean; constructor(); agInit(params: any): void; onCellDataChanged($event: any): void; refresh(params: any): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }