import React from "react"; export interface DateEditorProps { value: Date; format?: string; onChange: (value: Date) => void; onEditting: (editting: boolean) => void; } export declare const DateEditor: React.FC; //# sourceMappingURL=body.date.d.ts.map