/// <reference types="react" />
import { type DatePickerBaseProps } from "./DatePickerBase";
export interface DatePickerProps extends DatePickerBaseProps {
}
export declare const DatePicker: import("react").MemoExoticComponent<import("@formily/react").ReactFC<DatePickerProps>>;
