export class AuroCalendarMonth extends RangeDatepickerCalendar { static get styles(): import("lit").CSSResult[]; static get properties(): { /** * @private */ monthFirst: { type: BooleanConstructor; reflect: boolean; }; }; /** * Returns month name to be rendered in the calendar header. * @private * @param {Number} month - The month number (1-12). * @returns {String} The name of the month. */ private computeCurrentMonthName; } import { RangeDatepickerCalendar } from './vendor/wc-range-datepicker/range-datepicker-calendar.js';