import { VanillaCalendar } from '../vanilla-calendar'; import { IReset } from '../types'; declare const update: (self: VanillaCalendar, { year, month, dates, holidays, time, }?: IReset) => void; export default update; //# sourceMappingURL=update.d.ts.map