import flatpickr from "flatpickr";
import * as React from "react";
import DatePicker from "react-flatpickr";
const noParamsElement = ;
const classNameElement = ;
const defaultValueElement = ;
const options = {
dateFormat: "YYYY-MM-DD"
};
const optionsElement = ;
const hook = (
selectedDates: Date[],
dateStr: string,
instance: flatpickr.Instance,
elem: HTMLElement
) => null;
const onChangeElement = ;
const onOpenElement = ;
const onCloseElement = ;
const onMonthChangeElement = ;
const onYearChangeElement = ;
const onReadyElement = ;
const onValueUpdateElement = ;
const onDayCreateElement = ;
const valueStringElement = ;
const valueDateElement = ;
const valueNumberElement = ;
const valueStringArrayElement = (
);
const valueDateArrayElement = (
);
const valueNumberArrayElement = (
);
const customRender = (
} />
);
const extraInputPropertiesElement = ;