import { VanillaCalendar } from '../../vanilla-calendar'; declare const handleDaySelection: (self: VanillaCalendar, dayBtnEl: HTMLElement, multiple: boolean) => void; export default handleDaySelection; //# sourceMappingURL=handleDaySelection.d.ts.map