import type { AfterViewInit } from '@angular/core'; import { ViewContainerRef } from '@angular/core'; import type { ICellEditorAngularComp } from 'ag-grid-angular'; import type { ICellEditorParams } from 'ag-grid-community'; import * as i0 from "@angular/core"; export declare class CellEditInputNumberCompoent implements ICellEditorAngularComp, AfterViewInit { params: any; value: any; input: ViewContainerRef; agInit(params: ICellEditorParams): void; getValue(): any; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }