// Type definitions for ag-grid v18.1.2 // Project: http://www.ag-grid.com/ // Definitions by: Niall Crosby import { TextCellEditor } from "./textCellEditor"; export declare class PopupTextCellEditor extends TextCellEditor { isPopup(): boolean; }