export interface DatepickerValidationErrors { [key: string]: any; } export interface DatepickerErrorLabels { ERRORS_INVALID_DATE?: string; ERRORS_INVALID_RANGE?: string; }