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