import { AfterViewInit, ViewContainerRef, ElementRef } from "@angular/core"; import { ICellEditorAngularComp } from "ag-grid-angular"; import * as i0 from "@angular/core"; export declare class MaskEditorComponent implements ICellEditorAngularComp, AfterViewInit { params: { input_mask: any; value: any; enforce_length?: boolean; } | undefined; value: any; container: ViewContainerRef | undefined; textInput: ElementRef | undefined; constructor(); ngAfterViewInit(): void; agInit(params: any): void; isCancelAfterEnd(): boolean; getValue(): any; isPopup(): boolean; onKeyDown(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }