/// <reference types="react" />
import { type DateRangePickerBaseProps } from "./DateRangePickerBase";
export interface DateRangePickerProps extends DateRangePickerBaseProps {
}
export declare const DateRangePicker: import("react").MemoExoticComponent<import("@formily/react").ReactFC<DateRangePickerProps & {
    ref?: import("react").RefAttributes<any> | undefined;
}>>;
