export declare const apr = "Apr"; export declare const april = "April"; export declare const aug = "Aug"; export declare const august = "August"; export declare const dec = "Dec"; export declare const december = "December"; export declare const feb = "Feb"; export declare const february = "February"; export declare const fri = "Fri"; export declare const friday = "Friday"; export declare const goToToday = "Go to today"; export declare const invalidInputErrorMessage = "Invalid date value specified."; export declare const isOutOfBoundsErrorMessage = "Selected date is not within the valid range"; export declare const isRequiredErrorMessage = "A valid date is required"; export declare const jan = "Jan"; export declare const january = "January"; export declare const jul = "Jul"; export declare const july = "July"; export declare const jun = "Jun"; export declare const june = "June"; export declare const mar = "Mar"; export declare const march = "March"; export declare const may = "May"; export declare const mon = "Mon"; export declare const monday = "Monday"; export declare const nextMonthAriaLabel = "Go to next month"; export declare const nextYearAriaLabel = "Go to next year"; export declare const nov = "Nov"; export declare const november = "November"; export declare const oct = "Oct"; export declare const october = "October"; export declare const prevMonthAriaLabel = "Go to previous month"; export declare const prevYearAriaLabel = "Go to previous year"; export declare const sat = "Sat"; export declare const saturday = "Saturday"; export declare const sep = "Sep"; export declare const september = "September"; export declare const sun = "Sun"; export declare const sunday = "Sunday"; export declare const thu = "Thu"; export declare const thursday = "Thursday"; export declare const tue = "Tue"; export declare const tuesday = "Tuesday"; export declare const wed = "Wed"; export declare const wednesday = "Wednesday";