/** * Fichier contenant toutes les constantes de textes utilisées dans les composants/composables CalendarMode */ export declare const DATE_PICKER_MESSAGES: { LABEL_DEFAULT: string; ERROR_REQUIRED: string; ERROR_INVALID_FORMAT: string; ERROR_INVALID_DATE: string; ERROR_INCOMPLETE_DATE: string; ERROR_INVALID_RANGE: string; ERROR_START_DATE_MISSING: string; ERROR_END_DATE_MISSING: string; ERROR_END_BEFORE_START: string; ERROR_INVALID_FORMAT_START: string; ERROR_INVALID_FORMAT_END: string; SUCCESS_VALID_DATE: string; ARIA_DATE_INPUT: string; ARIA_CALENDAR_BUTTON: string; ARIA_TODAY_BUTTON: string; BUTTON_TODAY: string; BUTTON_CLEAR: string; BUTTON_CLOSE: string; FORMAT_DEFAULT: string; MONTH_NAMES: string[]; DAY_NAMES: string[]; DATE_SEPARATOR: string; RANGE_SEPARATOR: string; };