import type { AfterViewInit } from '@angular/core'; import { Renderer2, ViewContainerRef } from '@angular/core'; import type { ICellEditorAngularComp } from 'ag-grid-angular'; import type { ICellEditorParams } from 'ag-grid-community'; import { DatePipe } from '@angular/common'; import * as i0 from "@angular/core"; export declare class CellEditInputDateComponent implements ICellEditorAngularComp, AfterViewInit { params: any; value: any; container: ViewContainerRef; datePipe: DatePipe; renderer: Renderer2; agInit(params: ICellEditorParams): void; getValue(): string; getPopupPosition(): "over"; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }