import { ElementRef, AfterViewInit } from '@angular/core'; import { ICellEditorAngularComp } from 'ag-grid-angular'; import { ICellEditorParams } from 'ag-grid-community'; import * as i0 from "@angular/core"; export declare class TruTextList implements AfterViewInit, ICellEditorAngularComp { inputRef: ElementRef | null; private _params; value: string | null | undefined; constructor(); getGui(): void; getValue(): any; agInit(params: ICellEditorParams): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }