import { VanillaCalendar } from '../../vanilla-calendar'; import { FormatDateString } from '../../types'; declare const handleDayRangedSelection: (self: VanillaCalendar, formattedDate?: FormatDateString) => void; export default handleDayRangedSelection; //# sourceMappingURL=handleDayRangedSelection.d.ts.map