/// import { InputProps } from '../Input'; export interface Props extends InputProps { } export declare const DateInput: (props: Props) => JSX.Element;