import { FC } from 'react';
import { ControlProps, DateValue, DateConfig } from './types';
export declare type DateProps = ControlProps<DateValue> & DateConfig;
export declare const DateControl: FC<DateProps>;
