import { FC } from "react"; import "./style.scss"; import { DateRangePickerProps } from ".."; /** Single-calendar date range picker. * First click sets the start, second click confirms the end. * While choosing the end the hover position is shown as a live preview band. */ declare const DateRangePicker: FC; export default DateRangePicker; //# sourceMappingURL=index.d.ts.map