/**
 * Supported react-aria i18n calendars.
 */
type SupportedCalendars = "buddhist" | "ethiopic" | "ethioaa" | "coptic" | "hebrew" | "indian" | "islamic-civil" | "islamic-tbla" | "islamic-umalqura" | "japanese" | "persian" | "roc" | "gregory";

export { SupportedCalendars };
