export declare type TimeRangePickerLocale = { headerLabel: string; timezoneLabel: string; today: string; yesterday: string; lastOneHour: string; lastTwelveHour: string; lastTwentyFourHour: string; thisWeek: string; lastWeek: string; lastSevenDays: string; thisMonth: string; lastMonth: string; lastTwentyEightDays: string; lastThirtyDays: string; lastSixtyDays: string; lastNinetyDays: string; lastOneTwentyDays: string; lastOneEightyDays: string; thisYear: string; lastYear: string; lastThreeSixtyFiveDays: string; nextSevenDays: string; nextFourteenDays: string; nextMonth: string; customRange: string; cancelBtnLabel: string; saveBtnLabel: string; timeSelectStartLabel: string; timeSelectEndLabel: string; screenReaderMessageInput: string; ariaLabelRange: string; ariaLabel: string; selectedDate: string; selectedDateRange: string; selectSecondDatePrompt: string; timezonePlaceholder: string; rangeErrorMsg: string; presetMenuAriaLabel: string; popoverAriaLabel: string; minDateErrorMessage: string; maxDateErrorMessage: string; minMaxDateErrorMessage: string; };