import CtlGridEditor from './CtlGridEditor'; export default class CtlGridEditorCombo extends CtlGridEditor { isPinned: any; options: any; $el: any; _id: string; _editor: any; leaveReason: any; init(params: any): void; _onKeyDown(e: any): void; getGui(): any; _editValueOnChange(newValue: any, oldValue: any): void; _editGetRemoteData(sender: any, data: any): void; afterGuiAttached(): void; getValue(): any; destroy(): void; focusIn(): void; focusOut(): void; }