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 Choice { label: string | null | undefined; value: any; } export declare class TruDropdownList implements AfterViewInit, ICellEditorAngularComp { dropdownRef: ElementRef | null; private _params; choices: Choice[] | null | undefined; choice: string | null | undefined; constructor(); getGui(): void; getValue(): any; agInit(params: ICellEditorParams): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }