/// import { PickerDateSwitchProps } from '../../index'; import './index.less'; declare const CustomDate: ({ onConfirm, onCancel, setType, disabledToday, changeValue, setChangeValue, }: PickerDateSwitchProps) => JSX.Element; export default CustomDate;