/// import type { DayPickerInputProps } from 'react-day-picker'; import type { IFormInputProps } from './interface'; import './DayPickerInput.less'; import 'react-day-picker/lib/style.css'; export declare function DayPickerInput(props: IFormInputProps & DayPickerInputProps): JSX.Element;