import React from 'react'; export interface MyTextEDProps { textType: any; style: React.CSSProperties; name: string; content: string; textReg: any; version: string; showHtml: boolean; getEdEngineApi?: any; className?: any; } declare const TextED: React.FC; export default TextED;