/** @jsxRuntime classic */ /** @jsx jsx */ import React, { FC } from 'react'; import { DateInputProps } from '../../types'; export declare const DateInput: FC>;