interface Props { handleChange: (value: string[]) => void; } declare const AntdDatePicker: (props: Props) => JSX.Element; export default AntdDatePicker;