import flatpickr from 'flatpickr';
import HookKey = flatpickr.Options.HookKey;
declare const includedEvents: HookKey[];
declare const excludedEvents: HookKey[];
export { includedEvents, excludedEvents };
