declare const includedEvents: import("@komgrip/flatpickr/dist/types/options").HookKey[];
declare const excludedEvents: import("@komgrip/flatpickr/dist/types/options").HookKey[];
declare const eventMappings: {
    onChange: string;
    onClose: string;
    onDestroy: string;
    onMonthChange: string;
    onOpen: string;
    onYearChange: string;
    onValueUpdate: string;
    onDayCreate: string;
    onParseConfig: string;
    onReady: string;
    onPreCalendarPosition: string;
    onKeyDown: string;
};
export { includedEvents, excludedEvents, eventMappings };
