import { ISchema } from "@formily/json-schema";
export declare const DatePicker: ISchema & {
    RangePicker?: ISchema;
};
