import React from "react";
import { EditorProps } from "./EditorProps";
export declare const EditorTextAreaContainer: React.FunctionComponent<EditorProps>;
