import React from 'react'; import type { PisellMobileDateRangePickerProps } from './types'; import 'antd-mobile/es/global/global.css'; import './PisellMobileDateRangePicker.less'; /** * antd-mobile CalendarPicker(range)薄封装:受控 value/onChange 与 RecordBoard 快筛 dayjs[] 对齐。 */ export declare const PisellMobileDateRangePicker: React.FC;