import { TextCellEditor } from "./textCellEditor";
export declare class PopupTextCellEditor extends TextCellEditor {
    isPopup(): boolean;
}
