import React from "react"; import { DateInputProps } from './interface'; declare const DateInput: React.FC; export default DateInput;