import { default as DefaultOptionsCalendar } from './scripts/default'; import { IOptions, IReset, IPartialSettings, IVanillaCalendar } from './types'; export declare class VanillaCalendar extends DefaultOptionsCalendar implements IVanillaCalendar { constructor(selector: HTMLElement | string, options?: Partial); init: () => () => void; update: (reset?: IReset) => void; destroy: () => void; show: () => void; hide: () => void; changeSetting: >(option: T, value: K) => void; } //# sourceMappingURL=vanilla-calendar.d.ts.map