import { inputProps } from '../interface/inputfieldProps'; declare const DateAndTime: (props: inputProps) => import("react/jsx-runtime").JSX.Element; export default DateAndTime;