/// import { InputDateProps } from "../../../types/inputDate.type"; import '../../../style/inputDate.css'; declare const InputDate: (props: InputDateProps) => JSX.Element; export default InputDate;