import { FC } from 'react'; import { SDatePickerRangeProps } from './types'; declare const SDatePickerRange: FC; export default SDatePickerRange;