import type { GridInputDateField } from '../../widgets/gridWidgetTypes';
export declare const INPUT_INVALID_CLASS = "ag-cell-editor-input-invalid";
export declare function _addDateInputValidationStyleListeners(eEditor: GridInputDateField, eCell: HTMLElement): void;
export declare function _refreshDateInputValidationStyle(eCell: HTMLElement, input: HTMLInputElement): void;
