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