import type { FC } from 'react'; import type { TimeRangePickerProps } from './type'; import './index.less'; declare const TimeRangePicker: FC; export default TimeRangePicker;