import type { DayPickerLocale } from "../classes/DateLib.js";
/**
 * Chinese (Traditional, Taiwan) locale extended with DayPicker-specific
 * translations.
 */
export declare const zhTW: DayPickerLocale;
