export default class DayInput extends NumberInput { /** * Updates the maximum day value based on the given month and year. * * @param {number} month - The month (1-12) * @param {number} year - The year (for leap year calculation) */ updateMaxDay(month: number, year: number): void; } import NumberInput from "./NumberInput.js"; //# sourceMappingURL=DayInput.d.ts.map