import CtlGridEditor from './CtlGridEditor'; export default class CtlGridEditorText extends CtlGridEditor { isPinned: any; $el: any; $input: any; leaveReason: any; _id: any; _editor: any; init(params: any): void; _onKeyDown(e: any): void; destroy(): void; getGui(): any; _editValueOnInput(sender: any, event: any): void; afterGuiAttached(): void; getValue(): any; focusIn(): void; focusOut(): void; }