import { IPartialSettings } from '../types'; import { VanillaCalendar } from '../vanilla-calendar'; /** * Deep merge two objects. * @param target * @param ...sources */ export declare function mergeDeep(target: any, ...sources: any[]): any; export declare function changeSetting>(self: VanillaCalendar, option: T, value: K): void; //# sourceMappingURL=changeSetting.d.ts.map