import React from "react"; export interface TextEditorProps { value: string; onChange: (value: string) => void; onEditting: (editting: boolean) => void; } export declare const TextEditor: React.FC; //# sourceMappingURL=body.text.d.ts.map