import CtlGridEditor from './CtlGridEditor'; export default class CtlGridEditorSearch extends CtlGridEditor { isPinned: any; widget: any; bindProperties: any; $el: any; _id: string; _editor: any; leaveReason: any; init(params: any): void; copyPropertiesToRow(data: any): void; _onKeyDown(e: any): void; getGui(): any; afterGuiAttached(): void; getValue(): any; destroy(): void; focusIn(): void; focusOut(): void; }