import CtlGridEditor from './CtlGridEditor'; export default class CtlGridEditorDate extends CtlGridEditor { isPinned: any; $el: any; _id: string; _editor: any; leaveReason: any; formatter: any; node: any; init(params: any): void; _onValueChange(): void; _onKeyDown(e: any): void; _editValueOnChange(newValue: any, oldValue: any): void; getGui(): any; afterGuiAttached(this: any): void; getValue(): any; destroy(): void; focusIn(): void; focusOut(): void; }