/**
* The ARIA label for the years dropdown.
*
* @defaultValue `"Choose the Year"`
* @groupLabels
* @see https://daypicker.dev/docs/translation#aria-labels
*/exportfunctionlabelYearDropdown(options) {
return"Choose the Year";
}
//# sourceMappingURL=labelYearDropdown.js.map