import React from "react"; import type { InputDateProps } from "./InputDate.types"; export declare function InputDate(inputProps: InputDateProps): React.JSX.Element;