import { FC } from 'react'; interface Props { data?: any; onChanges?: (changes: any) => void; } declare const EditorContent: FC; export default EditorContent;