import type { CalendarTheme } from './light';
declare const calendarDark: CalendarTheme;
export default calendarDark;
