import { appMonthCalendarName } from './constants.js';
import { MonthCalendar } from './month-calendar.js';
export declare class AppMonthCalendar extends MonthCalendar {
}
declare global {
    interface HTMLElementTagNameMap {
        [appMonthCalendarName]: AppMonthCalendar;
    }
}
//# sourceMappingURL=app-month-calendar.d.ts.map